Give list box a max-height

This commit is contained in:
Luke Vella 2022-04-16 09:48:56 +01:00
parent 6d67d980d9
commit a48d75f45d

View file

@ -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>