Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bsalex/93d7745a305d0a53f116 to your computer and use it in GitHub Desktop.
Save bsalex/93d7745a305d0a53f116 to your computer and use it in GitHub Desktop.
Fix to iOS iframe height issue
<iframe id="stupid-iframe" height="200" src="a-file.html"></iframe>
<html>
<body>
<div class="iframe-wrapper" style="width: 100%; height: 200px; overflow: auto; -webkit-overflow-scrolling: touch;">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment