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 830841d + d3c8ea3 commit a4b7816Copy full SHA for a4b7816
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-[100vh] w-screen mt-4 z-0 bg-white animate__animated"
+ class="fixed top-0 left-0 h-[calc(100vh-4rem)] w-screen mt-4 z-10 bg-white animate__animated"
6
:class="{
7
animate__fadeInLeft: expandedMenu,
8
animate__fadeOutRight: !expandedMenu && !firstRender,
0 commit comments