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 {
cursor: none;
overflow:hidden;
}
body {
overflow:hidden;
margin: 60px;
position: absolute;
height: calc(100% - 120px);