diff --git a/webview-ui/src/components/ui/select-dropdown.tsx b/webview-ui/src/components/ui/select-dropdown.tsx index 680a01f811..b50a1154e9 100644 --- a/webview-ui/src/components/ui/select-dropdown.tsx +++ b/webview-ui/src/components/ui/select-dropdown.tsx @@ -106,7 +106,7 @@ export const SelectDropdown = React.forwardRef setOpen(false)} onInteractOutside={() => setOpen(false)} container={portalContainer} - className={contentClassName}> + className={cn("overflow-y-auto max-h-[80vh]", contentClassName)}> {options.map((option, index) => { if (option.type === DropdownOptionType.SEPARATOR) { return