Skip to content

Commit

Permalink
Fixed some elements overlapping mobile nav (TryGhost#21431)
Browse files Browse the repository at this point in the history
closes TryGhost#21418

- adjusted z-index for the mobile nav expanded state so elements like
members filters no longer overlap
  • Loading branch information
kevinansfield authored Oct 28, 2024
1 parent d4b1f69 commit bf714ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghost/admin/app/styles/layouts/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@

.mobile-menu-expanded .gh-nav {
transform: translate3d(0,0,0);
z-index: 1000;
}

.mobile-menu-expanded .content-cover {
Expand Down

0 comments on commit bf714ac

Please sign in to comment.