We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcd5b1 commit 1934266Copy full SHA for 1934266
src/components/Dropdown/Dropdown.tsx
@@ -94,7 +94,7 @@ const DropdownMenuContent = styled(GenericMenuPanel)`
94
min-width: ${({ theme }) => theme.click.genericMenu.item.size.minWidth};
95
flex-direction: column;
96
z-index: 1;
97
- overflow-y: scroll;
+ overflow-y: auto;
98
max-height: calc(
99
(var(--radix-${({ $type }) => $type}-content-available-height) - 100px)
100
);
0 commit comments