remove scrollbar

This commit is contained in:
Dave R 2018-10-09 22:28:18 +01:00 committed by GitHub
parent a61d2e2838
commit a3af35cfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ body {
font-family: 'Roboto';
color: white;
overflow: hidden;
-moz-user-select: none; /* Firefox */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */