mirror of https://github.com/axmolengine/axmol.git
12 lines
215 B
CSS
12 lines
215 B
CSS
|
html {
|
||
|
-ms-touch-action: none;
|
||
|
}
|
||
|
|
||
|
body, canvas, div {
|
||
|
-moz-user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
-ms-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
}
|