Explorar el Código

fix: label tooltips are not visible in tile view

master
Bettenbuk Zoltan hace 5 años
padre
commit
0494200383
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      css/_labels.scss
  2. 1
    1
      react/features/conference/components/web/Conference.js

+ 1
- 1
css/_labels.scss Ver fichero

@@ -4,7 +4,7 @@
4 4
     top: 30px;
5 5
     right: 30px;
6 6
     transition: right 0.5s;
7
-    z-index: $zindex3;
7
+    z-index: $filmstripVideosZ + 1;
8 8
 
9 9
     .circular-label {
10 10
         align-items: center;

+ 1
- 1
react/features/conference/components/web/Conference.js Ver fichero

@@ -200,8 +200,8 @@ class Conference extends AbstractConference<Props, *> {
200 200
                 <div id = 'videospace'>
201 201
                     <LargeVideo />
202 202
                     <KnockingParticipantList />
203
-                    { hideLabels || <Labels /> }
204 203
                     <Filmstrip filmstripOnly = { filmstripOnly } />
204
+                    { hideLabels || <Labels /> }
205 205
                 </div>
206 206
 
207 207
                 { filmstripOnly || _showPrejoin || <Toolbox /> }

Loading…
Cancelar
Guardar