Created
March 25, 2017 01:21
-
-
Save mattmorgis/523f62c9a5ab1f0efb7dd16468b0a9c7 to your computer and use it in GitHub Desktop.
Fixes various scrolling issues with embedded iFrames on iOS
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
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