Disable webkit tap highlight (fix #47)
parent
805e72f302
commit
ec72415d7e
|
@ -1121,6 +1121,11 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.recycler {
|
.recycler {
|
||||||
|
|
Loading…
Reference in New Issue