From effb9666f2187591d13c832c92e128e7662e0c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 22 Feb 2021 20:10:30 +0100 Subject: [PATCH] Fix portrait videocalls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/voip/_VideoFeed.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/voip/_VideoFeed.scss b/res/css/views/voip/_VideoFeed.scss index 931410dba3..3e473a80b2 100644 --- a/res/css/views/voip/_VideoFeed.scss +++ b/res/css/views/voip/_VideoFeed.scss @@ -16,6 +16,7 @@ limitations under the License. .mx_VideoFeed_remote { width: 100%; + max-height: 100%; background-color: #000; z-index: 50; }