mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
controlling height of List, adding scrollbar on overflow
This commit is contained in:
parent
c6980fa843
commit
2e58250779
1 changed files with 2 additions and 0 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue