bfahy
This scrollTop feature is declared via 2 files:
/modules/mod_jak2filter/tmpl/default.php
Find and remove/comment this line:
jQuery("html, body").animate({scrollTop: top});
and in the file: /modules/mod_jak2filter/assets/js/jak2filter.js
jQuery('html, body').animate({scrollTop: container.offset().top});
Regards