diff --git a/packages/web/components/templates/library/LibrarySearchBar.tsx b/packages/web/components/templates/library/LibrarySearchBar.tsx index f20acef89..7ea7b63eb 100644 --- a/packages/web/components/templates/library/LibrarySearchBar.tsx +++ b/packages/web/components/templates/library/LibrarySearchBar.tsx @@ -12,7 +12,7 @@ import { SearchCoordinator } from './LibraryContainer' const List = styled('ul', { width: '91%', - height: '400px', + maxHeight: '400px', overflow:'auto', top: '65px', left: '-32px',