Remove scrollbars

This commit is contained in:
Aaron Mueller 2014-12-08 19:28:06 +01:00
parent 9000b196ac
commit 57ce2eddf2
1 changed files with 2 additions and 1 deletions

View File

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