瀏覽代碼

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

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

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

115
 $zindex3: 3;
115
 $zindex3: 3;
116
 $toolbarBackgroundZ: 4;
116
 $toolbarBackgroundZ: 4;
117
 $labelsZ: 5;
117
 $labelsZ: 5;
118
-$filmstripVideosZ: 6;
119
 $subtitlesZ: 7;
118
 $subtitlesZ: 7;
120
 $popoverZ: 8;
119
 $popoverZ: 8;
121
 $zindex10: 10;
120
 $zindex10: 10;
130
 $dropdownZ: 901;
129
 $dropdownZ: 901;
131
 $centeredVideoLabelZ: 1010;
130
 $centeredVideoLabelZ: 1010;
132
 $overlayZ: 1016;
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…
取消
儲存