Skip to content

Commit ed464a7

Browse files
committed
fixed sidebar plugin search list scrolling
1 parent f97e60e commit ed464a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sidebarApps/extensions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function initApp(el) {
6262
container.content = $header;
6363

6464
if (!$searchResult) {
65-
$searchResult = <ul className="list search-result"></ul>;
65+
$searchResult = <ul className="list search-result scroll"></ul>;
6666
container.append($searchResult);
6767
}
6868

0 commit comments

Comments
 (0)