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
Please find an example in my fork here: https://github.com/alexkates/react-modal-sheet/blob/scrollable-shadow-root-bug/example/components/ScrollableInShadowRoot.tsx
When placing a Sheet with a Scroller inside of an open shadow root, the scroller does not work as expected. It simply doesn't scroll.
Steps to reproduce:
npm run dev
npm run dev -- --host
The text was updated successfully, but these errors were encountered:
I've deployed this example to https://alexkates.github.io/react-modal-sheet/#/scrollable-shadow-root
Sorry, something went wrong.
I've opened a pull request with a fix for this #179
No branches or pull requests
Please find an example in my fork here: https://github.com/alexkates/react-modal-sheet/blob/scrollable-shadow-root-bug/example/components/ScrollableInShadowRoot.tsx
When placing a Sheet with a Scroller inside of an open shadow root, the scroller does not work as expected. It simply doesn't scroll.
Steps to reproduce:
npm run dev
from the root.npm run dev -- --host
to host the example app publicly.Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2024-11-27.at.14.28.26.mp4
The text was updated successfully, but these errors were encountered: