Just found a random page with jQuery and could not reproduce the issue you have. However, per the documentation at https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll , window.scroll({top: sScrollPos, left: 0, behavior: 'instant'})
should work.