Skip to content

Commit

Permalink
fix: #12948 || Overlay: p-overlay div not removed from DOM on hiding …
Browse files Browse the repository at this point in the history
…panel
  • Loading branch information
ashikjs committed Sep 12, 2023
1 parent d7177ab commit ed00e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/overlay/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}

.p-overlay-content {
Expand Down

0 comments on commit ed00e3a

Please sign in to comment.