|
|
|
@ -149,6 +149,34 @@ html { |
|
|
|
height: 100%; |
|
|
|
overflow: hidden; |
|
|
|
overscroll-behavior: none; |
|
|
|
-webkit-tap-highlight-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
* { |
|
|
|
-webkit-tap-highlight-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
button, |
|
|
|
input, |
|
|
|
select, |
|
|
|
textarea, |
|
|
|
a, |
|
|
|
label, |
|
|
|
[role="button"] { |
|
|
|
touch-action: manipulation; |
|
|
|
} |
|
|
|
|
|
|
|
button, |
|
|
|
[role="button"] { |
|
|
|
-webkit-touch-callout: none; |
|
|
|
-webkit-user-select: none; |
|
|
|
user-select: none; |
|
|
|
} |
|
|
|
|
|
|
|
input, |
|
|
|
textarea { |
|
|
|
-webkit-user-select: text; |
|
|
|
user-select: text; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
|