From 20fb66b014ac78ac82241a4b0d5d4c163028c2fe Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 Mar 2021 18:03:14 +0100 Subject: [PATCH] wait #4362 @1.5 --- style/videojs/videojs.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/videojs/videojs.less b/style/videojs/videojs.less index 141ebcf5..2c32543b 100644 --- a/style/videojs/videojs.less +++ b/style/videojs/videojs.less @@ -70,6 +70,11 @@ outline: none; } +/* Fix #4362 */ +.vjs-control-bar{ + transform: translate3d(0,0,0); +} + /* The default color of control backgrounds is mostly black but with a little bit of blue so it can still be seen on all-black video frames, which are common. */ .video-js .vjs-control-bar, -- 2.39.5