I have set the below div with overflow-y:auto because i want it scroll vertically, but not horizontally, yet it is still scrollable on mac osx and on chrome (even if the scrollbar is not visible) -- tested on chrome for android phone and tablet, try resizing the browser to see what i mean.
#outer-wrap {
position:relative;
width:100%;
height:100vh;
overflow-y:auto;
overflow-x:hidden}
Rest of code here: http://codepen.io/anon/pen/xuHeD/