changed search options menu to have max height (#2487)

This commit is contained in:
Matthew Yung 2024-05-14 17:26:34 -07:00 committed by GitHub
parent fd10eca115
commit ad80aa20e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ export const SearchOptionSubMenu = (
<SearchOptionItemInternals {...props}>{props.name}</SearchOptionItemInternals>
</ContextMenuDivItem>
}
className={clsx(MENU_STYLES, 'explorer-scroll -mt-1.5', props.className)}
className={clsx(MENU_STYLES, 'max-h-80 explorer-scroll -mt-1.5', props.className)}
>
{props.children}
</DropdownMenu.SubMenu>