Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
dotCMS/core#21660 Add backdrop-filter to our popup overlay background (
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-dotcms authored Feb 8, 2022
1 parent 7db6612 commit d62c870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

&.active {
background-color: rgba($black, 0.8);
backdrop-filter: blur(5px);
bottom: 0;
display: block;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@

.p-dialog-mask.p-component-overlay {
background-color: rgba($black, 0.8);
backdrop-filter: blur(5px);
}

0 comments on commit d62c870

Please sign in to comment.