From ec72415d7eaf861489f2d3e8907dfebe824a72be Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 23 Sep 2022 19:46:11 -0700 Subject: [PATCH] Disable webkit tap highlight (fix #47) --- src/components/Timeline.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index d9d0c2db..76ca0363 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -1121,6 +1121,11 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { width: 100%; overflow: hidden; user-select: none; + + * { + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + } } .recycler {