From: Vincent Vanwaelscappel Date: Mon, 22 Mar 2021 17:03:14 +0000 (+0100) Subject: wait #4362 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=20fb66b014ac78ac82241a4b0d5d4c163028c2fe;p=fluidbook-html5.git wait #4362 @1.5 --- 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,