From 0692d2d2a8f65b709538113985527134435295b7 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Thu, 21 Dec 2023 17:16:08 +0100 Subject: [PATCH] hide blue flicker on progress bar scrubbing --- assets/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/main.scss b/assets/css/main.scss index 5c01a8eb..f9ac441a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -251,6 +251,7 @@ $videoBarProgressHeight: 0.4rem; #progressWrapper { contain: layout; + -webkit-tap-highlight-color: transparent; #progressPreview { // comment in to make it visible without hover