Skip to content

Instantly share code, notes, and snippets.

@50percentgrey
Last active October 6, 2015 14:01
Show Gist options
  • Save 50percentgrey/4912a09c2dd038ee39c1 to your computer and use it in GitHub Desktop.
Save 50percentgrey/4912a09c2dd038ee39c1 to your computer and use it in GitHub Desktop.
Scrollable iframe on mobile Safari
<div style="overflow:auto;-webkit-overflow-scrolling:touch">
<iframe src="./yxz" style="width:100%;height:100%">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment