Skip to content

Instantly share code, notes, and snippets.

@RhinoLu
Created June 30, 2015 03:30
Show Gist options
  • Save RhinoLu/f5c97fcc3bd1abf796dd to your computer and use it in GitHub Desktop.
Save RhinoLu/f5c97fcc3bd1abf796dd to your computer and use it in GitHub Desktop.
safari 捲動 Scrolling on iOS Overflow Elements
// https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/
.module {
width: 300px;
height: 200px;
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment