More clean up on the CSS since now the menu dropdown is better aligned

This commit is contained in:
Rupin Khandelwal 2022-09-15 10:53:45 -06:00
parent 2e58250779
commit 0d2f8fd043

View file

@ -12,7 +12,7 @@ import { SearchCoordinator } from './LibraryContainer'
const List = styled('ul', {
width: '91%',
height: '400px',
maxHeight: '400px',
overflow:'auto',
top: '65px',
left: '-32px',