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