Skip to content

Commit

Permalink
fix: z-index for nav
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Sep 22, 2024
1 parent 19868cc commit 5e4416b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/nav/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
.nav-container {
background-color: rgba($darkblue, 0.2);
z-index: 1000;
}
.nav-content {
Expand Down

0 comments on commit 5e4416b

Please sign in to comment.