Skip to content

Commit

Permalink
Refactor #3122
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 31, 2022
1 parent 00f5890 commit eb84c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/dialog/Dialog.css
Expand Up @@ -16,6 +16,7 @@
display: flex;
}

/* Github #3122: Prevent animation flickering */
.p-dialog:not([class*='p-dialog-']) {
display: none;
}
Expand Down
1 change: 1 addition & 0 deletions components/lib/overlaypanel/OverlayPanel.css
Expand Up @@ -3,6 +3,7 @@
margin-top: 10px;
}

/* Github #3122: Prevent animation flickering */
.p-overlaypanel:not([class*='p-overlaypanel-']) {
display: none;
}
Expand Down
1 change: 1 addition & 0 deletions components/lib/sidebar/Sidebar.css
Expand Up @@ -16,6 +16,7 @@
display: flex;
}

/* Github #3122: Prevent animation flickering */
.p-sidebar:not([class*="p-sidebar-"]){
display: none;
}
Expand Down

0 comments on commit eb84c67

Please sign in to comment.