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
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.7.0
What browser are you using?
Safari iOS latest (15)
Reproduction URL
https://codesandbox.io/s/tailwind-test-6qqv40
You can directly test on a simulator / iOS with https://6qqv40.csb.app/
Describe your issue
Since the latest version, scroll lock on iOS (#1824) seems to have side effects.
If Dialog has some scrollable content in its children, it no more scrolls.
Dialog
The text was updated successfully, but these errors were encountered:
Hey! Thank you for your bug report! Much appreciated! 🙏
This should be fixed by #1830, and will be available in the next release.
You can already try it using:
npm install @headlessui/react@insiders
npm install @headlessui/vue@insiders
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.7.0
What browser are you using?
Safari iOS latest (15)
Reproduction URL
https://codesandbox.io/s/tailwind-test-6qqv40
You can directly test on a simulator / iOS with https://6qqv40.csb.app/
Describe your issue
Since the latest version, scroll lock on iOS (#1824) seems to have side effects.
If
Dialog
has some scrollable content in its children, it no more scrolls.The text was updated successfully, but these errors were encountered: