mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #612 from grafixeyehero/fix-searchresult-btnscroller
Fix Scroll arrows missing when searching
This commit is contained in:
commit
b35a6e17eb
1 changed files with 1 additions and 3 deletions
|
@ -581,8 +581,6 @@ define(['layoutManager', 'globalize', 'require', 'events', 'connectionManager',
|
||||||
allowBottomPadding: !enableScrollX()
|
allowBottomPadding: !enableScrollX()
|
||||||
|
|
||||||
}, cardOptions || {}));
|
}, cardOptions || {}));
|
||||||
|
|
||||||
section.querySelector('.emby-scroller').scrollToBeginning(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function enableScrollX() {
|
function enableScrollX() {
|
||||||
|
@ -636,4 +634,4 @@ define(['layoutManager', 'globalize', 'require', 'events', 'connectionManager',
|
||||||
};
|
};
|
||||||
|
|
||||||
return SearchResults;
|
return SearchResults;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue