]> _ Git - fluidbook-html5.git/commitdiff
wait #4362 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Mar 2021 17:03:14 +0000 (18:03 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Mar 2021 17:03:14 +0000 (18:03 +0100)
style/videojs/videojs.less

index 141ebcf5ab1911e7d522b3db3c1ca3b0e881b364..2c32543b7d4d7cdc0b9bf06d8bcf0d61ac974b37 100644 (file)
   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,