fix(video-filmstrip): Place filmstrip videos over toolbar

This commit is contained in:
Vlad Piersec 2021-06-02 10:39:02 +03:00 committed by Дамян Минков
parent bb5f589fa1
commit fdbf526b60
1 changed files with 3 additions and 1 deletions

View File

@ -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;
/**