fix: overflowing content

This commit is contained in:
iCrawl
2022-08-22 14:12:53 +02:00
parent 7623fc552e
commit caeb66e150

View File

@@ -109,6 +109,7 @@ export function SidebarLayout({ packageName, data, children }: PropsWithChildren
styles={{
main: {
background: theme.colorScheme === 'dark' ? theme.colors.dark![8] : theme.colors.gray![0],
overflowX: 'auto',
},
}}
navbarOffsetBreakpoint="sm"