From 4113a6b20404d2cf3ee860642a1e6df7bc37f857 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Tue, 30 Sep 2014 18:50:43 +0300 Subject: [PATCH] Fixes not displayed or partly displayed participant menu. --- css/videolayout_default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/videolayout_default.css b/css/videolayout_default.css index 2f6015578..e971e3487 100644 --- a/css/videolayout_default.css +++ b/css/videolayout_default.css @@ -20,6 +20,7 @@ border:1px solid transparent; z-index: 5; transition: bottom 2s; + overflow: visible !important; } #remotevideos.hidden { @@ -55,6 +56,7 @@ -webkit-animation-name: greyPulse; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; + overflow: visible !important; } #remoteVideos .videocontainer:hover {