Переглянути джерело

fix: label tooltips are not visible in tile view

master
Bettenbuk Zoltan 5 роки тому
джерело
коміт
0494200383

+ 1
- 1
css/_labels.scss Переглянути файл

@@ -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 Переглянути файл

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

Завантаження…
Відмінити
Зберегти