1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Increase z-index of mobile drawer menu to fix email editor overlapping it

This commit is contained in:
Andrew Kingston 2021-09-13 16:45:23 +01:00
parent c1a97d3df3
commit 493ee932a4

View file

@ -254,7 +254,7 @@
left: -250px;
height: 100%;
transition: left ease-in-out 230ms;
z-index: 2;
z-index: 100;
}
.nav.visible {
left: 0;