Skip to content

Commit

Permalink
Fix navbar z index
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Aug 21, 2024
1 parent 97db09a commit 664600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</div>
</div>
<header
class="experimental-styles-within desktop-only relative z-[1] mx-auto my-4 grid max-w-[1280px] grid-cols-[1fr_auto] items-center gap-2 px-3 sm:grid-cols-[auto_1fr_auto]"
class="experimental-styles-within desktop-only relative z-[5] mx-auto my-4 grid max-w-[1280px] grid-cols-[1fr_auto] items-center gap-2 px-3 sm:grid-cols-[auto_1fr_auto]"
>
<div>
<NuxtLink to="/" aria-label="Modrinth home page">
Expand Down

0 comments on commit 664600a

Please sign in to comment.