Ver código fonte

fix: label tooltips are not visible in tile view

master
Bettenbuk Zoltan 5 anos atrás
pai
commit
0494200383

+ 1
- 1
css/_labels.scss Ver arquivo

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

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

200
                 <div id = 'videospace'>
200
                 <div id = 'videospace'>
201
                     <LargeVideo />
201
                     <LargeVideo />
202
                     <KnockingParticipantList />
202
                     <KnockingParticipantList />
203
-                    { hideLabels || <Labels /> }
204
                     <Filmstrip filmstripOnly = { filmstripOnly } />
203
                     <Filmstrip filmstripOnly = { filmstripOnly } />
204
+                    { hideLabels || <Labels /> }
205
                 </div>
205
                 </div>
206
 
206
 
207
                 { filmstripOnly || _showPrejoin || <Toolbox /> }
207
                 { filmstripOnly || _showPrejoin || <Toolbox /> }

Carregando…
Cancelar
Salvar