remove scrollbar

This commit is contained in:
Dave R
2018-10-09 22:28:18 +01:00
committed by GitHub
parent a61d2e2838
commit a3af35cfaf

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 */