[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: move mobile nav menu higher in z-order (#804)

Co-authored-by: Daniel Roe <daniel@roe.dev>

authored by

abeer0
Daniel Roe
and committed by
GitHub
f627dd3d d357f4e0

+1 -1
+1 -1
app/components/Header/MobileMenu.vue
··· 58 58 > 59 59 <div 60 60 v-if="isOpen" 61 - class="fixed inset-0 z-50 sm:hidden" 61 + class="fixed inset-0 z-[60] sm:hidden" 62 62 role="dialog" 63 63 aria-modal="true" 64 64 :aria-label="$t('nav.mobile_menu')"