controlling height of List, adding scrollbar on overflow

This commit is contained in:
Rupin Khandelwal 2022-09-15 10:43:30 -06:00
parent c6980fa843
commit 2e58250779

View file

@ -12,6 +12,8 @@ import { SearchCoordinator } from './LibraryContainer'
const List = styled('ul', {
width: '91%',
height: '400px',
overflow:'auto',
top: '65px',
left: '-32px',
color: 'var(--colors-utilityTextDefault)',