Page start with top of sceen issue

I have applied routing for iron router for page route
but is not working properly
when the page is routing to one page to next page is not scrolling top automatically.

Try this, works for me

Router.configure({
	onAfterAction: function() {
		window.scrollTo(0,0);
        }
})