Remove scrollbars

This commit is contained in:
Aaron Mueller 2014-12-08 19:28:06 +01:00
parent 9000b196ac
commit 57ce2eddf2

View file

@ -3,6 +3,7 @@ html, body {
margin: 0;
padding: 0;
cursor: crosshair;
overflow: hidden;
/*cursor: none;*/
}