Skip to content

Instantly share code, notes, and snippets.

@diego-betto
Created April 10, 2017 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diego-betto/6b04bc14bc01f05bc1223e5955389e0c to your computer and use it in GitHub Desktop.
Save diego-betto/6b04bc14bc01f05bc1223e5955389e0c to your computer and use it in GitHub Desktop.
Bootstrap 3 iOS modal iframe scrolling fix
.iframe-wrapper {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment