You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I noticed, if I set the height of the HTML element to something like html { min-height: 10000px }, the issue goes away. Is this happening because the post list is being rendered dynamically using v-for?
The text was updated successfully, but these errors were encountered:
Please, check if this hasn't been reported already. It looks related to #1263
Next time, please make sure to provide a minimal repro using the fiddle of the vue issue helper, otherwise I won't be able to check it
Version
2.7.0
Reproduction link
https://github.com/krestaino/nuepress
Steps to reproduce
What is expected?
Navigating back should retain the scroll position.
What is actually happening?
Navigating back does not retain the scroll position.
Related Issues
nuxt/nuxt#1036
#1373
nuxt/nuxt#1182 (this issue on nuxt/nuxt.js)
Is this a vue-router or Nuxt.js issue?
One thing I noticed, if I set the height of the HTML element to something like
html { min-height: 10000px }
, the issue goes away. Is this happening because the post list is being rendered dynamically usingv-for
?The text was updated successfully, but these errors were encountered: