diff --git a/css/_vertical_filmstrip_overrides.scss b/css/_vertical_filmstrip_overrides.scss index d3ac48dd7..9047b2cee 100644 --- a/css/_vertical_filmstrip_overrides.scss +++ b/css/_vertical_filmstrip_overrides.scss @@ -65,7 +65,7 @@ left: 0; top: auto; right: auto; - transform: rotate(-90deg); + transform: translate3d(0,0,0) rotate(-90deg); } #remoteVideos { @@ -74,6 +74,11 @@ } .videocontainer { + &__toolbar, + &__toptoolbar { + transform: translate3d(0,0,0); + } + /** * Move status icons to the bottom right of the thumbnail. */