From 9d79868afbfd0a61d91ed5ad302db3f648ab0bb8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Nov 2016 04:07:14 +0100 Subject: [PATCH] show speaking person fullscreen Signed-off-by: Jan-Christoph Borchardt --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 61c3d2f3c..2f4a10547 100755 --- a/css/style.css +++ b/css/style.css @@ -82,6 +82,7 @@ -webkit-flex: auto; -ms-flex: auto; flex: auto; + z-index: 2; } #videos .videoContainer { padding: 0 2%; @@ -111,10 +112,13 @@ video { } .participants-2 .videoContainer, .videoContainer.speaking { - position: relative; + position: absolute; width: 100%; height: 100%; overflow: hidden; + left: 0; + top: 0; + z-index: 1; } .participants-1 .videoView, .participants-2 .videoView {