Prevent scrollbars.

This commit is contained in:
Michael Teeuw 2016-04-12 13:59:19 +02:00
parent 03ae6366ea
commit 68ed3e4996

View File

@ -1,8 +1,10 @@
html { html {
cursor: none; cursor: none;
overflow:hidden;
} }
body { body {
overflow:hidden;
margin: 60px; margin: 60px;
position: absolute; position: absolute;
height: calc(100% - 120px); height: calc(100% - 120px);