We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfd78f commit 8a87719Copy full SHA for 8a87719
āfrontend/styles/header.scss
@@ -4,7 +4,7 @@ $c: map.get($container-max-widths, 'xxl');
4
5
#header {
6
position: relative;
7
- z-index: 50;
+ z-index: 1031; // over .fixed-* and .sticky-*, but below modals etc.
8
}
9
10
#header nav {
@@ -18,7 +18,7 @@ $c: map.get($container-max-widths, 'xxl');
18
list-style: none;
19
padding: 0;
20
margin: 0;
21
- z-index: 100;
+ z-index: 1031;
22
23
24
ul.nav-ul {
0 commit comments