We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@headlessui/react
1.0.0 (and postcss7-compat version of tailwindcss)
postcss7-compat
tailwindcss
Chrome and Safari (Mac)
Tailwind UI Application UI > Overlays > Slide-overs > With background overlay
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hey! Thank you for your bug report! Much appreciated! 🙏
We updated the example on https://tailwindui.com
Can you update the div above the second TransitionChild to have fixed instead of absolute, and see if that fixes things for you?
fixed
absolute
- <div class="absolute inset-y-0 right-0 pl-10 max-w-full flex"> + <div class="fixed inset-y-0 right-0 pl-10 max-w-full flex">
Thanks @RobinMalfait - works perfectly now in Chrome and Firefox.
Perfect, thanks!
RobinMalfait
No branches or pull requests
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.0.0 (and
postcss7-compat
version oftailwindcss
)What browser are you using?
Chrome and Safari (Mac)
Reproduction repository
Tailwind UI Application UI > Overlays > Slide-overs > With background overlay
The text was updated successfully, but these errors were encountered: