diff --git a/www/static/assets/plugins/smoothscroll.js b/www/static/assets/plugins/smoothscroll.js index 4dbcf3dcb..0c435c1d3 100644 --- a/www/static/assets/plugins/smoothscroll.js +++ b/www/static/assets/plugins/smoothscroll.js @@ -556,7 +556,7 @@ } addEvent("mousedown", mousedown); - addEvent("mousewheel", wheel); + addEvent("mousewheel", wheel, {passive: false}); addEvent("load", init); }