Set height and overflow:
html, body {margin: 0; height: 100%; overflow: hidden}
http://jsfiddle.net/q99hvawt/
HTML css works fine if body tag does nothing you can write as well
In this case overriding should be on the body tag, it is easier to control but sometimes gives headaches.