|
|
|
@ -95,7 +95,8 @@ function ComposerSelect<T extends ComposerSelectValue>({ |
|
|
|
{isOpen && ( |
|
|
|
<div |
|
|
|
role="listbox" |
|
|
|
className="absolute bottom-full left-0 z-20 mb-1 max-h-56 min-w-full overflow-y-auto rounded-md border border-neutral-600 bg-neutral-800 py-1 shadow-xl shadow-black/40" |
|
|
|
onWheel={(event) => event.stopPropagation()} |
|
|
|
className="nowheel nodrag nopan absolute bottom-full left-0 z-20 mb-1 max-h-56 min-w-full overflow-y-auto rounded-md border border-neutral-600 bg-neutral-800 py-1 shadow-xl shadow-black/40" |
|
|
|
> |
|
|
|
{options.map((option) => ( |
|
|
|
<button |
|
|
|
|