Remove jquery.scrollTo.js library
Currently, we import the library `\vendor\assets\javascripts\jquery.scrollTo.js` through a local copy and we will replace its functionality with native scrolling including smooth scrolling. * [x] Remove the references * [x] Change usage to native functions * [x] Test the functionality * [x] Get all tests green
issue