mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 16:19:31 +08:00
FIX: make sure we don’t show scrollbars on toolbar-popup-menu
This commit is contained in:
parent
895cc0666b
commit
8001f68c32
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user