Skip to content

Commit

Permalink
chore: fixes minor height
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 2, 2025
1 parent 7f12f01 commit 89ef9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/common/MobileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>

<transition name="fade">
<div v-show="show" class="flex h-[calc(100vh-60px)] overflow-auto">
<div v-show="show" class="flex h-[calc(100svh-60px)] overflow-auto">
<SideMenu class="flex-1" />
</div>
</transition>
Expand Down

0 comments on commit 89ef9ac

Please sign in to comment.