Disabled selection
This commit is contained in:
parent
0b70e394a7
commit
606e0e23de
|
@ -1,5 +1,10 @@
|
|||
body {
|
||||
overflow: hidden;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select:none;
|
||||
user-select:none;
|
||||
-o-user-select:none;
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
|
Loading…
Reference in New Issue