瀏覽代碼

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

j8
Vlad Piersec 3 年之前
父節點
當前提交
fdbf526b60
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      css/_variables.scss

+ 3
- 1
css/_variables.scss 查看文件

@@ -115,7 +115,6 @@ $zindex2: 2;
115 115
 $zindex3: 3;
116 116
 $toolbarBackgroundZ: 4;
117 117
 $labelsZ: 5;
118
-$filmstripVideosZ: 6;
119 118
 $subtitlesZ: 7;
120 119
 $popoverZ: 8;
121 120
 $zindex10: 10;
@@ -130,6 +129,9 @@ $dropdownMaskZ: 900;
130 129
 $dropdownZ: 901;
131 130
 $centeredVideoLabelZ: 1010;
132 131
 $overlayZ: 1016;
132
+// Place filmstrip videos over toolbar in order
133
+// to make connection info visible.
134
+$filmstripVideosZ: $toolbarZ + 1;
133 135
 
134 136
 
135 137
 /**

Loading…
取消
儲存