mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
allow scroll overflow
This commit is contained in:
parent
ed26dfa781
commit
37a0b3d030
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export function SelectScenarioDropdown({
|
|||
leaveFrom="opacity-100 scale-100"
|
||||
leaveTo="opacity-0 scale-95"
|
||||
>
|
||||
<Menu.Items className="absolute mt-2 w-full bg-white border border-gray-200 rounded-lg shadow-lg z-10 py-1">
|
||||
<Menu.Items className="absolute mt-2 w-full bg-white border border-gray-200 rounded-lg shadow-lg z-10 py-1 overflow-auto max-h-60 scroll-py-1">
|
||||
{options.map((opt) => (
|
||||
<Menu.Item key={opt.value}>
|
||||
{({ active }) => (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue