-
Hello, I'm trying to build a ComboBox with https://codesandbox.io/s/unruffled-currying-06kv24?file=/src/ComboBox.tsx The Popovers are visible if I remove the OverlayContainer, so I guess that I'm not using it correctly? How to have more than one? |
Beta Was this translation helpful? Give feedback.
Answered by
mangej
Sep 7, 2022
Replies: 1 comment
-
I think that I found the problem, was a bug in the combobox-tailwind-example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mangej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that I found the problem, was a bug in the combobox-tailwind-example.
top-full
className on the popover prevented the popover to be placed above the trigger.