Skip to content

Commit

Permalink
fix z-index of open nav
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuchel committed Oct 10, 2024
1 parent 435cc5b commit 825ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
position: fixed;
top: 0;
width: 100%;
z-index: 1;
z-index: 2;
}

@keyframes menu {
Expand Down

0 comments on commit 825ad21

Please sign in to comment.