fix: label tooltips are not visible in tile view
This commit is contained in:
parent
16f1c167b8
commit
0494200383
|
@ -4,7 +4,7 @@
|
|||
top: 30px;
|
||||
right: 30px;
|
||||
transition: right 0.5s;
|
||||
z-index: $zindex3;
|
||||
z-index: $filmstripVideosZ + 1;
|
||||
|
||||
.circular-label {
|
||||
align-items: center;
|
||||
|
|
|
@ -200,8 +200,8 @@ class Conference extends AbstractConference<Props, *> {
|
|||
<div id = 'videospace'>
|
||||
<LargeVideo />
|
||||
<KnockingParticipantList />
|
||||
{ hideLabels || <Labels /> }
|
||||
<Filmstrip filmstripOnly = { filmstripOnly } />
|
||||
{ hideLabels || <Labels /> }
|
||||
</div>
|
||||
|
||||
{ filmstripOnly || _showPrejoin || <Toolbox /> }
|
||||
|
|
Loading…
Reference in New Issue