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
830 stars 79 forks source link

Option to block scroll on backdrop? #20

Closed vbylen closed 3 years ago

vbylen commented 3 years ago

Would be nice if there was a prop for this 🥰

Temzasse commented 3 years ago

I think you should be able to achieve this without any modifications to the library itself by setting touch-action: none; to the backdrop that you render.

vbylen commented 3 years ago

I used this library and it works very well even on safari iOS which is usually a troublemaker

https://github.com/theKashey/react-remove-scroll