Skip to content

Commit

Permalink
possibly fix the menu dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
Varrience authored Feb 2, 2025
1 parent d98454b commit 9e60a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/scripts/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
.dropdown {
display: none;
position: absolute;
position: fixed;
right: 0;
top: 2.5em;
background-color: var(--navbar-bg-color);
Expand Down

0 comments on commit 9e60a39

Please sign in to comment.