Skip to content

Commit f627dd3

Browse files
iiio2danielroe
andauthored
fix: move mobile nav menu higher in z-order (#804)
Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent d357f4e commit f627dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Header/MobileMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ onUnmounted(deactivate)
5858
>
5959
<div
6060
v-if="isOpen"
61-
class="fixed inset-0 z-50 sm:hidden"
61+
class="fixed inset-0 z-[60] sm:hidden"
6262
role="dialog"
6363
aria-modal="true"
6464
:aria-label="$t('nav.mobile_menu')"

0 commit comments

Comments
 (0)