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 9b6f7dc commit 01f5f22Copy full SHA for 01f5f22
components/Layout/LayoutMobileMenu.vue
@@ -2,7 +2,7 @@
2
<div class="relative">
3
<div
4
v-if="!firstRender"
5
- class="fixed h-[calc(100vh-4rem)] w-screen z-10 bg-white animate__animated -bottom-4 mb-8"
+ class="fixed top-0 left-0 h-[600px] w-screen mt-4 z-0 bg-white animate__animated"
6
:class="{
7
animate__fadeInLeft: expandedMenu,
8
animate__fadeOutRight: !expandedMenu && !firstRender,
0 commit comments