Skip to content

Commit 00c476e

Browse files
authored
Fix typo in sticky page outline (#2826)
1 parent 5576906 commit 00c476e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/PageAside/PageAside.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export async function PageAside(props: {
6363
'contrast-more:text-tint-strong',
6464
'sticky',
6565
// Without header
66-
'lg:top:0',
66+
'lg:top-0',
6767
'lg:max-h-screen',
6868

6969
// With header

0 commit comments

Comments
 (0)