Skip to content

Instantly share code, notes, and snippets.

@sdeluce
Created February 5, 2014 13:09
Show Gist options
  • Select an option

  • Save sdeluce/8823274 to your computer and use it in GitHub Desktop.

Select an option

Save sdeluce/8823274 to your computer and use it in GitHub Desktop.
Pour avoir un scroll fluide à l'intérieur d'une div sur iOs
#superglobal {
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment