Level 13
I realize this is an older post, hopefully you since found a solution, but this sounds like it may be related to z-index! I suggest taking a look at Tailwind's Z-Index utilities to "control the stack order" of your elements.
1 like
From TailwindUI.com I'm trying to use a combobox inside my table. But the snippet from the table uses overflow hidden to preserve rounded corners and better mobile view. This causes the dropdown combobox to not float out of the table, but sticks under the background around it.
Has anyone successfully solved this?
Please or to participate in this conversation.