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
11 changed files with 2 additions and 25 deletions

View File

@ -6,7 +6,6 @@ export default DropdownSelectBoxComponent.extend({
classNames: ["toolbar-popup-menu-options"],
isHidden: Ember.computed.empty("computedContent"),
showFullTitle: false,
collectionHeight: "auto",
@computed("title")
collectionHeader(title) {