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