Home

Issue: 913

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

This question is available on Nuxt.js community (#c782)