Disable webkit tap highlight (fix #47)

pull/62/head
Varun Patil 2022-09-23 19:46:11 -07:00
parent 805e72f302
commit ec72415d7e
1 changed files with 5 additions and 0 deletions

View File

@ -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 {