Skip to content

Instantly share code, notes, and snippets.

@mattmorgis
Created March 25, 2017 01:21
Show Gist options
  • Save mattmorgis/523f62c9a5ab1f0efb7dd16468b0a9c7 to your computer and use it in GitHub Desktop.
Save mattmorgis/523f62c9a5ab1f0efb7dd16468b0a9c7 to your computer and use it in GitHub Desktop.
Fixes various scrolling issues with embedded iFrames on iOS
html, body {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment