fix(presence-label): set position for small video presence label only

pull/3283/head jitsi-meet_3243
Leonard Kim 7 years ago committed by yanas
parent afd2aea79c
commit 2cd1b7f80b
  1. 2
      css/_videolayout_default.scss
  2. 5
      css/filmstrip/_small_video.scss

@ -748,12 +748,10 @@
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
pointer-events: none; pointer-events: none;
position: absolute;
right: 0; right: 0;
text-align: center; text-align: center;
text-overflow: ellipsis; text-overflow: ellipsis;
top: calc(50% + 30px); top: calc(50% + 30px);
white-space: nowrap; white-space: nowrap;
width: 100%; width: 100%;
z-index: $zindex3;
} }

@ -48,4 +48,9 @@
object-fit: cover; object-fit: cover;
overflow: hidden; overflow: hidden;
} }
.presence-label {
position: absolute;
z-index: $zindex3;
}
} }

Loading…
Cancel
Save