Skip to content

Commit

Permalink
Made mobile navigation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 25, 2024
1 parent 5f8a07b commit b99b2fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</nav>
<!-- Mobile Navigation -->
<nav
class="flex z-10 justify-between lg:hidden text-black absolute w-full top-4 px-4 rounded-sm"
class="flex z-10 justify-between lg:hidden text-black fixed w-full top-4 px-4 rounded-sm"
>
<div class="bg-white flex w-full shadow-lg">
<a href="/">
Expand Down Expand Up @@ -86,9 +86,6 @@
/>
</button>
</div>
<!-- <div class="flex w-24 mr-8">
</div> -->
</nav>
</template>

Expand Down

0 comments on commit b99b2fb

Please sign in to comment.