ソースを参照

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

master
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
 /**

読み込み中…
キャンセル
保存