fix: modal overlay

This commit is contained in:
Cory Dransfeldt 2024-10-03 05:13:22 -07:00
parent 73eee35ece
commit 192fcbfcf9
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -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;