mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Don't use smooth scrolling by default on non-Tizen
This commit is contained in:
parent
06f64190e6
commit
b113f25327
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ define(["dom", "browser", "layoutManager"], function (dom, browser, layoutManage
|
|||
*/
|
||||
function useSmoothScroll() {
|
||||
|
||||
if (browser.tizen || browser.web0s || browser.firefox || browser.chrome) {
|
||||
if (browser.tizen) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue