Fix CMS modal bg (#935)
This commit is contained in:
parent
fcc37e7c7e
commit
d9d0f64a01
2 changed files with 6 additions and 1 deletions
5
.changeset/proud-cheetahs-pay.md
Normal file
5
.changeset/proud-cheetahs-pay.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"saleor-app-cms-v2": patch
|
||||
---
|
||||
|
||||
Fixed background color of the modal. Previously white background was missing and only blur was applied. Now it is blurred and white with an opacity (in the dark mode it is fixed with dark grey)
|
|
@ -9,7 +9,7 @@ dialog {
|
|||
|
||||
.dialog-overlay {
|
||||
z-index: 1;
|
||||
background: rgba(var(--mu-colors-background-plain), 0.8);
|
||||
background: color-mix(in srgb, var(--mu-colors-background-plain) 80%, transparent);
|
||||
backdrop-filter: blur(5px);
|
||||
content: "";
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in a new issue