Increase z-index of mobile drawer menu to fix email editor overlapping it
This commit is contained in:
parent
b375a5a8c7
commit
fe3a53891a
|
@ -254,7 +254,7 @@
|
||||||
left: -250px;
|
left: -250px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transition: left ease-in-out 230ms;
|
transition: left ease-in-out 230ms;
|
||||||
z-index: 2;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.nav.visible {
|
.nav.visible {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue