nolanlawson / pokedex.org

Offline-capable Pokédex web site (unmaintained)
https://www.pokedex.org
Apache License 2.0
2.27k stars 325 forks source link

[ISSUE4] fixes smooth scrolling in detail view on iphone #58

Closed djrosenbaum closed 8 years ago

djrosenbaum commented 8 years ago

Fixes #4 adding -webkit-overflow-scrolling: touch; to smooth scroll the detail view on iphones.

note* overflow-y: must be set to overflow-y: scroll to get this to work.

nolanlawson commented 8 years ago

Awesome, thank you! Was wondering how to fix that iPhone issue.