Take a look at the site: printnil.com
It works on chrome and firefox.
Internet Explorer breaks the layout with a second vertical scrollbar.
How to hide the vertical scrollbar in IE?
.st-container, .st-pusher, .st-content { height: 100%; } .st-content { overflow-y: hidden; } .st-container { overflow: hidden; }