Skip to content

Commit

Permalink
a11y/managermenu: bugfix navbar z-index modxcms#16684
Browse files Browse the repository at this point in the history
The z-index is too high and prevents extras like ace/tinymce/commerce modal and so on being on top.
  • Loading branch information
jenswittmann committed Jan 23, 2025
1 parent 51e7035 commit 8f64a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/templates/default/sass/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: $colorSplash;
max-width: $navbarWidth;
position: absolute;
z-index: 9999;
z-index: 2;
height: 100%;
}

Expand Down

0 comments on commit 8f64a38

Please sign in to comment.