Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-08-02 19:16:14 +0300
committerJoas Schilling <coding@schilljs.com>2018-08-08 15:17:41 +0300
commit31039b8337a22f267fff76f529c90bf3e184da9c (patch)
tree8cdd98ea9f333419c5e3ff7a44c4f86a1b39cd73 /css/publicshareauth.scss
parent69e61fe89dcb79abf21e97e7cd82b0b44deb5699 (diff)
Prevent shadows of videos from leaking on other elements
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css/publicshareauth.scss')
-rw-r--r--css/publicshareauth.scss3
1 files changed, 3 insertions, 0 deletions
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%;