mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Merge pull request #3939 from AymanAlSuleihi/master
Fix double scrollbar in dropdown
This commit is contained in:
commit
58880b6a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export function WebsiteSelect({
|
|||
renderValue={renderValue}
|
||||
listProps={{
|
||||
renderEmptyState: () => <Empty message={formatMessage(messages.noResultsFound)} />,
|
||||
style: { maxHeight: '400px' },
|
||||
style: { maxHeight: 'calc(42vh - 65px)' },
|
||||
}}
|
||||
>
|
||||
{({ id, name }: any) => <ListItem key={id}>{name}</ListItem>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue