mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00: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…
x
Reference in New Issue
Block a user