From 31039b8337a22f267fff76f529c90bf3e184da9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Thu, 2 Aug 2018 18:16:14 +0200 Subject: Prevent shadows of videos from leaking on other elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- css/publicshareauth.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/publicshareauth.scss') diff --git a/css/publicshareauth.scss b/css/publicshareauth.scss index d3ae5a1cf..09d6dfe15 100644 --- a/css/publicshareauth.scss +++ b/css/publicshareauth.scss @@ -97,6 +97,9 @@ input#request-password-button:disabled ~ .icon { flex-grow: 1; + /* Prevent shadows of videos from leaking on other elements. */ + overflow: hidden; + /* Distribute available height between call container and chat view. */ height: 50%; -- cgit v1.2.3