Closed anthonymakela closed 3 years ago
Check the solution on #147, that works for me.
While it's much more convenient to keep the overflow-hidden
, I've resorted to removing it from any tables I need dropdown menus to overflow, and added rounded-
classes to the top/bottom corner cells instead.
@anthonymakela Thank you for reporting this.
We're looking into a fix for this and related issues: https://github.com/tailwindlabs/tailwindui-issues/issues/681 and https://github.com/tailwindlabs/tailwindui-issues/issues/692
Closing this in favor of #692.
@anthonymakela Hey thanks again for reporting this. I've just left a comment about this in the related issue that you might find helpful: #692 (comment)
What component (if applicable)
Describe the bug The dropdown gets cut off while it should be rendered on top of the table. This bug seems to be already posted here, but the solutions require some additional js libraries e.g popper which aren't applicable to everyone. The current solution basically implies that tailwind cannot handle dropdowns within tables with the regular alpine usage.
To Reproduce
Expected behavior The dropdown should be rendered on top of the table.
Screenshots