Skip to content

Commit

Permalink
fix(multi-combobox-options): Add z-index to multicombobox options
Browse files Browse the repository at this point in the history
  • Loading branch information
pallendes committed Sep 27, 2023
1 parent 09363e0 commit b1d8e4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MultiComboboxOptions = ({ children }: MultiComboboxOptionsProps) => {
return (
<HeadlessCombobox.Options
hold
className="absolute mt-1 max-h-60 w-full overflow-auto rounded-md border border-neutral-300 bg-neutral-0 shadow-md outline-none ring-0"
className="absolute mt-1 max-h-60 w-full overflow-auto rounded-md border border-neutral-300 bg-neutral-0 shadow-md outline-none ring-0 z-10"
>
{children}
</HeadlessCombobox.Options>
Expand Down

0 comments on commit b1d8e4a

Please sign in to comment.