Skip to content

Commit 05e1e14

Browse files
committed
a11y/managermenu: bugfix navbar z-index #16684
The z-index is too high and prevents extras like ace/tinymce/commerce modal and so on being on top.
1 parent 813fc5e commit 05e1e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/templates/default/sass/_navbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
background: $colorSplash;
2828
max-width: $navbarWidth;
2929
position: absolute;
30-
z-index: 9999;
30+
z-index: 2;
3131
height: 100%;
3232
}
3333

0 commit comments

Comments
 (0)