diff --git a/src/components/Dropdown/Dropdown.tsx b/src/components/Dropdown/Dropdown.tsx index 498ed5f7..2040ba10 100644 --- a/src/components/Dropdown/Dropdown.tsx +++ b/src/components/Dropdown/Dropdown.tsx @@ -12,6 +12,7 @@ export const Dropdown = (props: DropdownMenu.DropdownMenuProps) => ( const DropdownMenuItem = styled(GenericMenuItem)` position: relative; display: flex; + min-height: 32px; &[data-state="open"] { ${({ theme }) => ` font: ${theme.click.genericMenu.item.typography.label.hover}; @@ -93,6 +94,7 @@ const DropdownMenuContent = styled(GenericMenuPanel)` min-width: ${({ theme }) => theme.click.genericMenu.item.size.minWidth}; flex-direction: column; z-index: 1; + overflow-y: auto; `; const DropdownContent = ({