disabling scrolling doesn't work
[issue link]added this to my nuxt.config.js
router: {
scrollBehavior: function (to, from, savedPosition) {
return savedPosition
}
},
and it still scrolls to the top
here is the code https://github.com/acidjazz/waa/blob/master/nuxt.config.js#L92-L101
and here is a live URL of it not working
http://waa.256.io/data/state/georgia
scroll down and click NATIONAL, or any metro or district, and still scrolls back to the top