We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6015c commit e15b7e3Copy full SHA for e15b7e3
lib/resources/script.js
@@ -91,6 +91,7 @@ function initSearch() {
91
},
92
{
93
name: 'elements',
94
+ limit: 10,
95
source: findMatches,
96
display: function(element) { return element.name; },
97
templates: {
lib/resources/styles.css
@@ -656,6 +656,8 @@ button {
656
right:0;
657
left: inherit !important;
658
width: 422px;
659
+ max-height: 250px;
660
+ overflow-y: auto;
661
margin: 0;
662
padding: 8px 0;
663
background-color: #fff;
0 commit comments