Skip to content

Commit 25237d3

Browse files
committed
fix: mobile tree menu button z-index issue
1 parent 111ec81 commit 25237d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Code/MobileTreeDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ watch(isOpen, open => (isLocked.value = open))
2929
<!-- Toggle button (mobile only) -->
3030
<button
3131
type="button"
32-
class="md:hidden fixed bottom-4 inset-ie-4 z-40 w-12 h-12 bg-bg-elevated border border-border rounded-full shadow-lg flex items-center justify-center text-fg-muted hover:text-fg transition-colors"
32+
class="md:hidden fixed bottom-4 inset-ie-4 z-45 w-12 h-12 bg-bg-elevated border border-border rounded-full shadow-lg flex items-center justify-center text-fg-muted hover:text-fg transition-colors"
3333
:aria-label="$t('code.toggle_tree')"
3434
@click="isOpen = !isOpen"
3535
>

0 commit comments

Comments
 (0)