Skip to content

Commit b52f625

Browse files
fix: add z-index to sticky header in mobile tree drawer
1 parent a331176 commit b52f625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Code/MobileTreeDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ watch(isOpen, open => (isLocked.value = open))
6161
class="md:hidden fixed inset-y-0 inset-is-0 z-50 w-72 bg-bg-subtle border-ie border-border overflow-y-auto"
6262
>
6363
<div
64-
class="sticky top-0 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start"
64+
class="sticky top-0 z-10 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start"
6565
>
6666
<span class="font-mono text-sm text-fg-muted">{{ $t('code.files_label') }}</span>
6767
<span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />

0 commit comments

Comments
 (0)