Ver código fonte

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

j8
Vlad Piersec 4 anos atrás
pai
commit
fdbf526b60
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      css/_variables.scss

+ 3
- 1
css/_variables.scss Ver arquivo

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

Carregando…
Cancelar
Salvar