Update dialog and overlay z-index

This commit is contained in:
Justin Edmund 2023-06-18 00:01:23 -07:00
parent bd9459ca4b
commit b4a841e8fd
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
min-width: 100vw;
overflow-y: auto;
color: inherit;
z-index: 40;
z-index: 10;
.DialogContent {
$multiplier: 4;

View file

@ -1,7 +1,7 @@
.Overlay {
isolation: isolate;
position: fixed;
z-index: 30;
z-index: 9;
top: 0;
right: 0;
bottom: 0;