From 0d2f8fd04320d37f02c65bce8af3486fdc05dea8 Mon Sep 17 00:00:00 2001 From: Rupin Khandelwal Date: Thu, 15 Sep 2022 10:53:45 -0600 Subject: [PATCH] More clean up on the CSS since now the menu dropdown is better aligned --- packages/web/components/templates/library/LibrarySearchBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',