jossmac / react-scrolllock

🔒 Prevent scroll on the <body />
https://jossmac.github.io/react-scrolllock
MIT License
451 stars 43 forks source link

Inputs in scrollable area causing body to scroll #27

Closed andycanderson closed 6 years ago

andycanderson commented 6 years ago

Anyone having an issue with touchmove events on inputs in a scrollable area causing the body to scroll while the body is locked?

andycanderson commented 6 years ago

realized -webkit-overflow-scrolling: touch; needed to be added to scrollable area