Skip to content

Instantly share code, notes, and snippets.

@jberrydev
jberrydev / gist:7221633
Last active December 26, 2015 22:18
Easier CSS way around it MAC Rubber Band Scrolling issue inside your Web App.
html{
margin:0;
padding:0;
overflow: hidden;
}
body{
position: absolute;
width:100%;
height:100%;
overflow: auto;