Replies: 1 comment
-
Never mind, already fixed it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having some problems with a tailwindui component which uses the popover element from headlessui.
When the popover is active, the content below the popover is still visible. When I add a z-10 via the browser developertools, it will fix this:
<div class="z-10 absolute top-0 inset-x-0 p-2 transition transform origin-top-right md:hidden" id="headlessui-popover-panel-6">
Is there a better, more permanent way to fix this? I don't know how to fix this in the headlessui component used by tailwindui.
Beta Was this translation helpful? Give feedback.
All reactions