From a63e99474c365de7d2abc6161d1c08b4d2b11008 Mon Sep 17 00:00:00 2001 From: Ivan Sein Date: Mon, 12 Mar 2018 18:45:25 +0100 Subject: [PATCH] Set overflow visible for local video. Signed-off-by: Ivan Sein --- css/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.scss b/css/style.scss index 91b116328..31b075535 100644 --- a/css/style.scss +++ b/css/style.scss @@ -371,6 +371,7 @@ video { position: absolute; width: 33%; min-width: 200px; + overflow:visible; right: 0; bottom: 0; top: initial;