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;
|
min-width: 100vw;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
z-index: 40;
|
z-index: 10;
|
||||||
|
|
||||||
.DialogContent {
|
.DialogContent {
|
||||||
$multiplier: 4;
|
$multiplier: 4;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.Overlay {
|
.Overlay {
|
||||||
isolation: isolate;
|
isolation: isolate;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 30;
|
z-index: 9;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue