We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f5f22 commit 94d94d1Copy full SHA for 94d94d1
components/Layout/LayoutMobileMenu.vue
@@ -2,7 +2,7 @@
2
<div class="relative">
3
<div
4
v-if="!firstRender"
5
- class="fixed top-0 left-0 h-[600px] w-screen mt-4 z-0 bg-white animate__animated"
+ class="fixed top-0 left-0 h-[590px] w-screen mt-4 z-0 bg-white animate__animated"
6
:class="{
7
animate__fadeInLeft: expandedMenu,
8
animate__fadeOutRight: !expandedMenu && !firstRender,
0 commit comments