mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
fix padding
This commit is contained in:
@@ -40,7 +40,7 @@ export function TOCScrollContent(props: {
|
||||
<TOCScrollContainer // The scrollview inside the sidebar
|
||||
className={tcls(
|
||||
'flex flex-grow flex-col p-2',
|
||||
innerHeader && 'mt-0 lg:mt-2',
|
||||
innerHeader ? 'mt-0 lg:mt-2' : 'pt-4 lg:pt-0',
|
||||
customization.trademark.enabled && 'pb-[4.5rem]',
|
||||
'gutter-stable overflow-y-auto',
|
||||
'[&::-webkit-scrollbar]:bg-transparent',
|
||||
|
||||
Reference in New Issue
Block a user