Skip to content

Commit

Permalink
chore: fixes minor height (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Jan 2, 2025
1 parent 7f12f01 commit 64c23bc
Show file tree
Hide file tree
Showing 3 changed files 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-65px)]">
<SideMenu class="flex-1" />
</div>
</transition>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64c23bc

Please sign in to comment.