mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed some elements overlapping mobile nav (#21431)
closes https://github.com/TryGhost/Ghost/issues/21418 - adjusted z-index for the mobile nav expanded state so elements like members filters no longer overlap
This commit is contained in:
parent
d4b1f692ab
commit
bf714ac22f
1 changed files with 1 additions and 0 deletions
|
@ -887,6 +887,7 @@
|
|||
|
||||
.mobile-menu-expanded .gh-nav {
|
||||
transform: translate3d(0,0,0);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.mobile-menu-expanded .content-cover {
|
||||
|
|
Loading…
Add table
Reference in a new issue