mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FIX: use css instead of js to fix select-kit-collection max-height
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user