nodebb-plugin-composer-default 10.0.38 → 10.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-composer-default",
3
- "version": "10.0.38",
3
+ "version": "10.0.40",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -603,6 +603,7 @@ define('composer', [
603
603
  resultEl: postContainer.find('.quick-search-container'),
604
604
  },
605
605
  hideOnNoMatches: true,
606
+ hideDuringSearch: true,
606
607
  });
607
608
  }
608
609
 
@@ -138,9 +138,10 @@
138
138
  padding: 4px 6px;
139
139
  }
140
140
 
141
- .label {
142
- color: white;
143
- font-size: 13px;
141
+ .ui-autocomplete {
142
+ max-height: 350px;
143
+ overflow-x: hidden;
144
+ overflow-y: auto;
144
145
  }
145
146
  }
146
147
  }