Temzasse / react-modal-sheet

Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐
https://temzasse.github.io/react-modal-sheet/
MIT License
828 stars 78 forks source link

Unable to scroll behind the sheet, but able to click #139

Closed AlexandrosGounis closed 12 months ago

AlexandrosGounis commented 12 months ago

Even without a Backdrop the content behind the sheet is not scrollable, but it is clickable. It is likely that the suggestion in pull request #138 can add functionality to resolve this. This is due to the scroll-locking behaviour by default.

Temzasse commented 12 months ago

PR #138 has been merged and disableScrollLocking is now released in v2.1.0.