fix padding

This commit is contained in:
Nolann Biron
2025-06-13 17:17:52 +02:00
parent b8dc0e6e2c
commit 098fe2d290
@@ -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',