summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 01:08:49 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 01:08:49 +0200
commitd23a7e256097cc5cd6dd424b48b19814d5d6ceed (patch)
tree69ead21504bd465f6983848989e1793049eab822 /core
parent2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff)
downloadnextcloud-server-d23a7e256097cc5cd6dd424b48b19814d5d6ceed.tar.gz
nextcloud-server-d23a7e256097cc5cd6dd424b48b19814d5d6ceed.zip
Fix contacts menu overflow for few entries, fix #4744
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 3468cf6900a..a8ddcfd172c 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -1090,6 +1090,7 @@ span.ui-icon {
.content {
max-height: calc(100% - 50px);
+ height: 100%;
overflow-y: auto;
.footer {