mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 00:41:16 +08:00
FIX: make sure we don’t show scrollbars on toolbar-popup-menu
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user