mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-01 19:26:30 +02:00
Give list box a max-height
This commit is contained in:
parent
6d67d980d9
commit
a48d75f45d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ const MobilePoll: React.VoidFunctionComponent<PollProps> = ({
|
|||
<ChevronDown className="h-5" />
|
||||
</Listbox.Button>
|
||||
<TransitionPopInOut>
|
||||
<Listbox.Options className="menu-items w-full">
|
||||
<Listbox.Options className="menu-items w-full max-h-72 overflow-auto">
|
||||
<Listbox.Option value={undefined} className={styleMenuItem}>
|
||||
Show all
|
||||
</Listbox.Option>
|
||||
|
|
Loading…
Add table
Reference in a new issue