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.
2 parents 8ec8b0a + 91cfdea commit 7138536Copy full SHA for 7138536
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-[calc(100vh-4rem)] w-screen mt-4 z-10 bg-white animate__animated bottom-0 mb-4"
+ class="fixed top-0 left-0 h-[580px] w-screen mt-4 z-0 bg-white animate__animated"
6
:class="{
7
animate__fadeInLeft: expandedMenu,
8
animate__fadeOutRight: !expandedMenu && !firstRender,
0 commit comments