mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
fix: overflowing content
This commit is contained in:
@@ -109,6 +109,7 @@ export function SidebarLayout({ packageName, data, children }: PropsWithChildren
|
|||||||
styles={{
|
styles={{
|
||||||
main: {
|
main: {
|
||||||
background: theme.colorScheme === 'dark' ? theme.colors.dark![8] : theme.colors.gray![0],
|
background: theme.colorScheme === 'dark' ? theme.colors.dark![8] : theme.colors.gray![0],
|
||||||
|
overflowX: 'auto',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
navbarOffsetBreakpoint="sm"
|
navbarOffsetBreakpoint="sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user