From fdbf526b6041a1e1a8b6d6b2dc163f6e5ccaf839 Mon Sep 17 00:00:00 2001 From: Vlad Piersec Date: Wed, 2 Jun 2021 10:39:02 +0300 Subject: [PATCH] fix(video-filmstrip): Place filmstrip videos over toolbar --- css/_variables.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/_variables.scss b/css/_variables.scss index 650a0dca9..f296aa1bc 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -115,7 +115,6 @@ $zindex2: 2; $zindex3: 3; $toolbarBackgroundZ: 4; $labelsZ: 5; -$filmstripVideosZ: 6; $subtitlesZ: 7; $popoverZ: 8; $zindex10: 10; @@ -130,6 +129,9 @@ $dropdownMaskZ: 900; $dropdownZ: 901; $centeredVideoLabelZ: 1010; $overlayZ: 1016; +// Place filmstrip videos over toolbar in order +// to make connection info visible. +$filmstripVideosZ: $toolbarZ + 1; /**