Disabled selection

This commit is contained in:
Thomas FORGIONE 2015-06-03 15:42:34 +02:00
parent 0b70e394a7
commit 606e0e23de
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
body { body {
overflow: hidden; overflow: hidden;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
-o-user-select:none;
} }
html, body { html, body {