FIX: make sure we don’t show scrollbars on toolbar-popup-menu

This commit is contained in:
Joffrey JAFFEUX
2017-12-13 19:01:30 +01:00
committed by GitHub
parent 895cc0666b
commit 8001f68c32

View File

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