diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-03 13:36:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 13:36:17 +0200 |
commit | 316a3a501c7e8241f7c4e663a226cb4e734c0674 (patch) | |
tree | e3906f3d523f36616a41ade46e7ad287e054fe98 | |
parent | 6734e434bcc644ee0f470d013e14f65c83904eca (diff) | |
parent | 22973fafeeb18389a09f8e27eb0331a258594e62 (diff) | |
download | nextcloud-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.scss | 2 |
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%; |