aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-03 12:04:45 +0200
committerGitHub <noreply@github.com>2018-10-03 12:04:45 +0200
commitae71a5574fca237ca6b1b242350e292ebf01b8ea (patch)
tree0bd9ea6f9238cf6bac33e0feba1bb903044b08be /core
parenta92e8b4c18097705ededfb4bdde21088109275b8 (diff)
parent66664cf9a59d69d574a3c21c3b808aba2e7968be (diff)
downloadnextcloud-server-ae71a5574fca237ca6b1b242350e292ebf01b8ea.tar.gz
nextcloud-server-ae71a5574fca237ca6b1b242350e292ebf01b8ea.zip
Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fix
Force multiselect max-height to 5.5 items
Diffstat (limited to 'core')
-rw-r--r--core/css/inputs.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 4195cb1dea0..d28884d0c53 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -761,7 +761,7 @@ input {
border: 1px solid var(--color-border-dark);
background: var(--color-main-background);
z-index: 50;
- max-height: 250px;
+ max-height: 175px !important; // 5 items and a half
overflow-y: auto;
.multiselect__content {
width: 100%;