0
Fork 0
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:
Kevin Ansfield 2024-10-28 12:23:19 +00:00 committed by GitHub
parent d4b1f692ab
commit bf714ac22f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -887,6 +887,7 @@
.mobile-menu-expanded .gh-nav {
transform: translate3d(0,0,0);
z-index: 1000;
}
.mobile-menu-expanded .content-cover {