Update dialog and overlay z-index
This commit is contained in:
parent
bd9459ca4b
commit
b4a841e8fd
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
min-width: 100vw;
|
||||
overflow-y: auto;
|
||||
color: inherit;
|
||||
z-index: 40;
|
||||
z-index: 10;
|
||||
|
||||
.DialogContent {
|
||||
$multiplier: 4;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.Overlay {
|
||||
isolation: isolate;
|
||||
position: fixed;
|
||||
z-index: 30;
|
||||
z-index: 9;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue