Skip to content

Commit

Permalink
fixes overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 2, 2025
1 parent 03a017d commit 824e41a
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(100svh-65px)] overflow-auto">
<div v-show="show" class="flex h-[calc(100svh-65px)]">
<SideMenu class="flex-1" />
</div>
</transition>
Expand Down

0 comments on commit 824e41a

Please sign in to comment.