aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-03 13:36:17 +0200
committerGitHub <noreply@github.com>2018-10-03 13:36:17 +0200
commit316a3a501c7e8241f7c4e663a226cb4e734c0674 (patch)
treee3906f3d523f36616a41ade46e7ad287e054fe98
parent6734e434bcc644ee0f470d013e14f65c83904eca (diff)
parent22973fafeeb18389a09f8e27eb0331a258594e62 (diff)
downloadnextcloud-server-316a3a501c7e8241f7c4e663a226cb4e734c0674.tar.gz
nextcloud-server-316a3a501c7e8241f7c4e663a226cb4e734c0674.zip
Merge pull request #11579 from nextcloud/stb14-dropdown-bottom-users-list-fix
[stable14] Force multiselect max-height to 5.5 items
-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 99083ff1a57..9ad0896b3ef 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -760,7 +760,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%;