We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have link with href='#foo' and div with id='foo' but after clicking the link, page is scrolled to top, not to the div#foo
href='#foo'
id='foo'
The text was updated successfully, but these errors were encountered:
Also facing this when navigating via FlowRouter. When doing this:
FlowRouter.go('/my/route#pageanchor');
the page automatically scrolls to the top. Expected behaviour: Scroll to #pageanchor instead.
#pageanchor
Sorry, something went wrong.
No branches or pull requests
i have link with
href='#foo'
and div withid='foo'
but after clicking the link, page is scrolled to top, not to the div#fooThe text was updated successfully, but these errors were encountered: