Skip to content

Commit 79313bd

Browse files
committed
Fix spacing for innerHeader
1 parent 06b8a27 commit 79313bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/TableOfContents/TOCScrollContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function TOCScrollContent(props: {
4040
<TOCScrollContainer // The scrollview inside the sidebar
4141
className={tcls(
4242
'flex flex-grow flex-col p-2',
43-
innerHeader ? 'mt-0 lg:mt-2' : 'pt-4 lg:pt-2',
43+
innerHeader ? 'mt-0 lg:mt-2' : 'pt-8 lg:pt-2',
4444
customization.trademark.enabled && 'pb-[4.5rem]',
4545
'gutter-stable overflow-y-auto',
4646
'[&::-webkit-scrollbar]:bg-transparent',

0 commit comments

Comments
 (0)