Skip to content

Commit 327dd42

Browse files
committed
fixed height for sticky header changelog
1 parent aaea9ee commit 327dd42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package-changes/[...path].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ defineOgImageComponent('Default', {
111111
/>
112112
<section class="container w-full pt-3">
113113
<div
114-
class="sticky top-[--combined-header-height] pa-3 z-2 flex justify-between gap-4 h-12"
114+
class="sticky top-[--combined-header-height] pa-3 z-2 flex justify-between gap-4 h-14"
115115
:class="$style.gitTocHeader"
116116
>
117117
<LinkBase

0 commit comments

Comments
 (0)