Issues with scrolling to hash
So I'm trying to have scroll on the same page to a hash / id similar to this:
In navbar I would have:
I have also tried:
And many other ways..
The actual link is there, but when clicked. it does not scroll at all nor change the view to the div with the id set. However, when I refresh it does scroll there and smoothly (I have already set router options to scroll smoothly
If I do it with <a> the view is changed, but no smooth scroll and I'd also prefer to use NuxtLink.
What could be the issue?
2 Replies