Resolving Auto-Scroll Issue In Nuxt App With Overflow Container
Resolving auto-scroll issue in Nuxt app: removed overflow:hidden & height:100% from body tag, used position:sticky for header instead. Now content scrolls smoothly with route changes or HTML anchor links.