We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42d0594 + 491716f commit 58880b6Copy full SHA for 58880b6
src/components/input/WebsiteSelect.tsx
@@ -65,7 +65,7 @@ export function WebsiteSelect({
65
renderValue={renderValue}
66
listProps={{
67
renderEmptyState: () => <Empty message={formatMessage(messages.noResultsFound)} />,
68
- style: { maxHeight: '400px' },
+ style: { maxHeight: 'calc(42vh - 65px)' },
69
}}
70
>
71
{({ id, name }: any) => <ListItem key={id}>{name}</ListItem>}
0 commit comments