diff --git a/interface/app/$libraryId/search/SearchOptions.tsx b/interface/app/$libraryId/search/SearchOptions.tsx index c1e37723b..99275ef6c 100644 --- a/interface/app/$libraryId/search/SearchOptions.tsx +++ b/interface/app/$libraryId/search/SearchOptions.tsx @@ -78,7 +78,7 @@ export const SearchOptionSubMenu = ( {props.name} } - 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}