mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: make sure we don’t show scrollbars on toolbar-popup-menu
This commit is contained in:
parent
895cc0666b
commit
8001f68c32
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ export default DropdownSelectBoxComponent.extend({
|
||||||
classNames: ["toolbar-popup-menu-options"],
|
classNames: ["toolbar-popup-menu-options"],
|
||||||
isHidden: Ember.computed.empty("computedContent"),
|
isHidden: Ember.computed.empty("computedContent"),
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
|
collectionHeight: "auto",
|
||||||
|
|
||||||
@computed("title")
|
@computed("title")
|
||||||
collectionHeader(title) {
|
collectionHeader(title) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue