Skip to content

Commit 7639e38

Browse files
authored
Merge pull request #729 from w3bdesign/728-mobile-menu-z-index
Test zindex fix
2 parents 437843e + 1c21015 commit 7639e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout/MobileMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="relative">
33
<div
44
v-if="!firstRender"
5-
class="fixed top-0 left-0 w-screen mt-40 bg-white z-100 h-96 animate__animated"
5+
class="fixed top-0 left-0 w-screen mt-40 bg-white h-96 animate__animated z-50"
66
:class="{
77
animate__fadeInLeft: expandedMenu,
88
animate__fadeOutRight: !expandedMenu && !firstRender,

0 commit comments

Comments
 (0)