Skip to content

Commit

Permalink
fix navbar hidden buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
rubuy-74 committed Oct 16, 2024
1 parent fb97e6b commit bdb0389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/_components/layout/navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav
class="hidden h-min w-full grid-cols-2 items-center justify-center px-7 py-2 font-raleway text-xs text-white sm:grid sm:text-base"
class="fixed hidden h-min w-full grid-cols-2 items-center justify-center px-7 py-2 font-raleway text-xs text-white sm:grid sm:text-base"
aria-label="Navigation Bar"
>
<div class="flex w-full justify-start">
Expand Down

0 comments on commit bdb0389

Please sign in to comment.