fix: modal overlay
This commit is contained in:
parent
73eee35ece
commit
192fcbfcf9
2 changed files with 9 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
inset: 0;
|
||||
background: color-mix(in srgb, var(--gray-dark), transparent 10%);
|
||||
background: var(--modal-overlay-background);
|
||||
position: fixed;
|
||||
z-index: 3;
|
||||
|
||||
|
|
Reference in a new issue