Skip to content

Commit 5f037b7

Browse files
authored
fix: lower z-index of file path header to prevent overlapping version dropdown (#2161)
1 parent 399f7f9 commit 5f037b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)