2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-10 12:04:21 +08:00

FIX: use css instead of js to fix select-kit-collection max-height

This commit is contained in:
Joffrey JAFFEUX 2018-02-01 16:56:07 +01:00 committed by GitHub
parent 9923829402
commit 97ddaeeae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 2 additions and 25 deletions

View file

@ -7,7 +7,6 @@ export default DropdownSelectBoxComponent.extend({
pluginApiIdentifiers: ["composer-actions"],
classNames: "composer-actions",
fullWidthOnMobile: true,
collectionHeight: "auto",
autofilterable: false,
filterable: false,
allowInitialValueMutation: false,