diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-05-16 09:19:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 09:19:34 +0200 |
commit | e22b957d7f8705ba87096b05fbb375aca392b076 (patch) | |
tree | 63380787d9cecebc9c9528f5b920eaa7c429fc64 | |
parent | e920e2028491ad841b6c6765f72bfa947a47ea9f (diff) | |
parent | d23a7e256097cc5cd6dd424b48b19814d5d6ceed (diff) | |
download | nextcloud-server-e22b957d7f8705ba87096b05fbb375aca392b076.tar.gz nextcloud-server-e22b957d7f8705ba87096b05fbb375aca392b076.zip |
Merge pull request #4889 from nextcloud/fix-contactsmenu-overflow
Fix contacts menu overflow for few entries, fix #4744
-rw-r--r-- | core/css/styles.scss | 1 |
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 { |