mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix Scroll arrows missing when searching
This commit is contained in:
parent
78fd41ef05
commit
396652d31b
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user