mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
fix: correctly handle overflowing content
This commit is contained in:
@@ -123,7 +123,7 @@ export function SidebarLayout({ packageName, data, children }: PropsWithChildren
|
||||
<Menu
|
||||
onOpen={() => setOpenedPicker(true)}
|
||||
onClose={() => setOpenedPicker(false)}
|
||||
radius="md"
|
||||
radius="xs"
|
||||
width="target"
|
||||
>
|
||||
<Menu.Target>
|
||||
|
||||
Reference in New Issue
Block a user