diff --git a/css/_videolayout_default.scss b/css/_videolayout_default.scss index 82c5a043f..263d21d4e 100644 --- a/css/_videolayout_default.scss +++ b/css/_videolayout_default.scss @@ -748,12 +748,10 @@ margin: 0 auto; overflow: hidden; pointer-events: none; - position: absolute; right: 0; text-align: center; text-overflow: ellipsis; top: calc(50% + 30px); white-space: nowrap; width: 100%; - z-index: $zindex3; } diff --git a/css/filmstrip/_small_video.scss b/css/filmstrip/_small_video.scss index 33cc6af6a..a42e1eb9e 100644 --- a/css/filmstrip/_small_video.scss +++ b/css/filmstrip/_small_video.scss @@ -48,4 +48,9 @@ object-fit: cover; overflow: hidden; } + + .presence-label { + position: absolute; + z-index: $zindex3; + } }