Scroll to top of page

Is there any way to scroll to top of the page when changing pages using ember-cli-pagination. i’ve tried some stuffs like creating mixins but it only works when changing routes. But i need to handle scrolling to the top of the page on clicking pagination when the route itself doesn’t necessarily change, but the query parameters do.

Hmm it turns out i had to remove all the ‘overflow’ from my css then it worked fine.