Skip to content

Commit b285856

Browse files
committed
fix: lower z-index of file path header
1 parent 62a9db0 commit b285856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package-code/[[org]]/[packageName]/v/[version]/[...filePath].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ defineOgImageComponent('Default', {
362362
<!-- File content / Directory listing - sticky with internal scroll on desktop -->
363363
<div class="flex-1 min-w-0 self-start">
364364
<div
365-
class="sticky z-10 top-25 bg-bg border-b border-border px-4 py-2 flex items-center justify-between gap-2 text-nowrap overflow-x-auto max-w-full"
365+
class="sticky z-5 top-25 bg-bg border-b border-border px-4 py-2 flex items-center justify-between gap-2 text-nowrap overflow-x-auto max-w-full"
366366
>
367367
<div class="flex items-center gap-2">
368368
<div

0 commit comments

Comments
 (0)