Skip to content

Commit

Permalink
fix menu mobile z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
botkalista committed Jul 3, 2024
1 parent aedabd3 commit a83c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/layouts/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ nuxtApp.hook("page:finish", () => {


<div ref="scroller" :class="{ 'overflow-y-hidden': isMenuOpen }" class="overflow-y-auto shrink h-full relative">
<div v-if="isMenuOpen" class="menu fixed z-[20] top-20 left-0 w-full bg-bg h-dvh lg:hidden">
<div v-if="isMenuOpen" class="menu fixed z-[30] top-20 left-0 w-full bg-bg h-dvh lg:hidden">
<div class="flex flex-col p-4">

<div class="flex flex-col gap-4">
Expand Down

0 comments on commit a83c848

Please sign in to comment.