Created
March 11, 2017 15:10
-
-
Save ingozoell/69b01dd5afe4807e5d79ada690a729ec to your computer and use it in GitHub Desktop.
Smooth scrolling iOS: https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.class { | |
-webkit-overflow-scrolling: touch; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment