fix: label tooltips are not visible in tile view

This commit is contained in:
Bettenbuk Zoltan 2020-06-24 09:32:49 +02:00 committed by Zoltan Bettenbuk
parent 16f1c167b8
commit 0494200383
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
top: 30px;
right: 30px;
transition: right 0.5s;
z-index: $zindex3;
z-index: $filmstripVideosZ + 1;
.circular-label {
align-items: center;

View File

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