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