Skip to content

Commit

Permalink
fix: menu bar zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
webofpies committed Jan 20, 2025
1 parent e3434ef commit f9d63bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/MainMenuBar/MainMenuBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
top: 0;
left: 0;
right: 0;
z-index: 9999999;
z-index: 9;
height: 3.5rem;
transition: transform 400ms ease;
}
Expand Down

0 comments on commit f9d63bd

Please sign in to comment.