Skip to content

Commit

Permalink
Fix #3331: Overlay flickering fix (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Sep 16, 2022
1 parent 0cb94c1 commit 715ebc2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions components/lib/dialog/Dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
display: flex;
}

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

.p-dialog-mask.p-component-overlay {
pointer-events: auto;
}
Expand Down
4 changes: 0 additions & 4 deletions components/lib/overlaypanel/OverlayPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
margin-top: 10px;
}

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

.p-overlaypanel-flipped {
margin-top: 0;
Expand Down
5 changes: 0 additions & 5 deletions components/lib/sidebar/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
display: flex;
}

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

.p-sidebar-mask.p-component-overlay {
pointer-events: auto;
}
Expand Down

0 comments on commit 715ebc2

Please sign in to comment.