mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix: overflowing content
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user