Skip to content

Commit 56e4f03

Browse files
authored
Merge pull request #1002 from bajrangCoder/main
fixed sidebar plugin search list scrolling
2 parents f97e60e + ed464a7 commit 56e4f03

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)