stipsan / react-spring-bottom-sheet

Accessible ♿️, Delightful ✨, & Fast 🚀
https://react-spring.bottom-sheet.dev/
MIT License
969 stars 133 forks source link

Fix backdrop clicks propagating through on iOS #228

Open aeharding opened 2 years ago

aeharding commented 2 years ago

I've tested this fairly extensively on both the example site and my own usage.

To reproduce:

Open the this page on the documentation site and try to click the 'Close Example' button covered by the backdrop on iOS safari. This PR should prevent that button from being triggered when the bottom sheet is open.

Resolves #180.