I really would like to get a scrollbar for the page cause atm the stuff goes out of the window as if overflow: hidden is set but i didn't use that.
I could drop all my code here but i think a jsfiddle will serve better:
I tried
body { border: 0; padding: 0; margin: 0; font-family: "Helvetica"; font-size: 20px; overflow: visible; } and also with scroll, auto, inherit, it all didn't help.