Skip to content

Commit 830841d

Browse files
authored
Merge pull request #1351 from w3bdesign/fix-mobile-menu-height
Increase height of mobile menu
2 parents 85b3c5d + bd1b15f commit 830841d

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="fixed top-0 left-0 h-[570px] w-screen mt-4 z-0 bg-white animate__animated"
5+
class="fixed top-0 left-0 h-[100vh] w-screen mt-4 z-0 bg-white animate__animated"
66
:class="{
77
animate__fadeInLeft: expandedMenu,
88
animate__fadeOutRight: !expandedMenu && !firstRender,

0 commit comments

Comments
 (0)