소스 검색

fix: label tooltips are not visible in tile view

master
Bettenbuk Zoltan 5 년 전
부모
커밋
0494200383
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      css/_labels.scss
  2. 1
    1
      react/features/conference/components/web/Conference.js

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

Loading…
취소
저장