Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Created May 16, 2018 17:12
Show Gist options
  • Save dealingwith/5314de7139a153482f3e2a85f790e6eb to your computer and use it in GitHub Desktop.
Save dealingwith/5314de7139a153482f3e2a85f790e6eb to your computer and use it in GitHub Desktop.
<style>
#wrap {
position: fixed;
top: 0;
right:0;
bottom:0;
left: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
</style>
<div id="wrap">
<iframe src="https://communityrewards.me/gables" frameborder="0" style="overflow: hidden; height: 100%; width: 100%;"></iframe>
</div>
@dealingwith
Copy link
Author

Specifying a height in pixels won't work on an iPhone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment