Skip to content

Commit

Permalink
πŸ› fix navbar being hidden behind sticky/fixed elements
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Feb 23, 2024
1 parent 82718f8 commit bb59025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $c: map.get($container-max-widths, 'xxl');

#header {
position: relative;
z-index: 50;
z-index: 1031; // over .fixed-* and .sticky-*, but below modals etc.
}

#header nav {
Expand All @@ -18,7 +18,7 @@ $c: map.get($container-max-widths, 'xxl');
list-style: none;
padding: 0;
margin: 0;
z-index: 100;
z-index: 1031;
}

ul.nav-ul {
Expand Down

0 comments on commit bb59025

Please sign in to comment.