@ -30,7 +30,6 @@
html,
body {
width: 100%;
height: 100%;
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select: none;
@ -38,7 +37,6 @@ body {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}