diff --git a/packages/tldraw/src/components/Primitives/DropdownMenu/DMContent.tsx b/packages/tldraw/src/components/Primitives/DropdownMenu/DMContent.tsx index 2796a5b7d..a77e5d0bc 100644 --- a/packages/tldraw/src/components/Primitives/DropdownMenu/DMContent.tsx +++ b/packages/tldraw/src/components/Primitives/DropdownMenu/DMContent.tsx @@ -38,7 +38,7 @@ export const StyledContent = styled(MenuContent, { height: 'fit-content', minWidth: 0, maxHeight: '75vh', - overflowY: 'scroll', + overflowY: 'auto', '& *': { boxSizing: 'border-box', },