reapp / reapp-ui

Amazing cross platform UI's with React and JavaScript
https://reapp.io
MIT License
257 stars 47 forks source link

document.body allows webkit-overflow-scrolling #9

Closed natew closed 9 years ago

natew commented 9 years ago

You can scroll down the body and it allows overflow scrolling, which is bad. More on this:

https://github.com/lazd/iNoBounce

https://gist.github.com/mattsahr/1372229

We may need something custom because we need to allow users to define "scrollable" stuff and have it work.

natew commented 9 years ago

Actually the iNoBounce looks good so far. It's live on kitchen.reapp.io. Will close unless people notice bugs.