I would like to disable scrolling on the HTML body completely. I have tried the following options:
body
overflow: hidden; (not working,
overflow: hidden;
Set height and overflow:
height
overflow
html, body {margin: 0; height: 100%; overflow: hidden}
http://jsfiddle.net/q99hvawt/