mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
added scrolling to website select dropdown menu
This commit is contained in:
parent
1bf1d22401
commit
b62ab8d18e
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ export function WebsiteSelect({ websiteId, onSelect }) {
|
||||||
onChange={onSelect}
|
onChange={onSelect}
|
||||||
alignment="end"
|
alignment="end"
|
||||||
placeholder={formatMessage(labels.selectWebsite)}
|
placeholder={formatMessage(labels.selectWebsite)}
|
||||||
|
className="h-72 overflow-y-auto"
|
||||||
>
|
>
|
||||||
{({ id, name }) => <Item key={id}>{name}</Item>}
|
{({ id, name }) => <Item key={id}>{name}</Item>}
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue