Skip to content

Commit 9b6f7dc

Browse files
authored
Update LayoutMobileMenu.vue
1 parent b2409c0 commit 9b6f7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout/LayoutMobileMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="relative">
33
<div
44
v-if="!firstRender"
5-
class="top-0 left-0 h-[calc(100vh-4rem)] w-screen z-10 bg-white animate__animated bottom-0 mb-8"
5+
class="fixed h-[calc(100vh-4rem)] w-screen z-10 bg-white animate__animated -bottom-4 mb-8"
66
:class="{
77
animate__fadeInLeft: expandedMenu,
88
animate__fadeOutRight: !expandedMenu && !firstRender,

0 commit comments

Comments
 (0)