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
I'm currently playing with the /nav entrypoint of micromorph and found an issue regarding fragment links.
When I have a document with the following structure:
<ahref="#title">Go to title</a>...<h1id="title">Title</h1>
Clicking the 'Go to title' link does not cause the viewport to scroll to the specified fragment as expected. Instead, if options.scrollToTop is not set to false, it will scroll to the top.
The text was updated successfully, but these errors were encountered:
I'm currently playing with the
/nav
entrypoint of micromorph and found an issue regarding fragment links.When I have a document with the following structure:
Clicking the 'Go to title' link does not cause the viewport to scroll to the specified fragment as expected. Instead, if
options.scrollToTop
is not set tofalse
, it will scroll to the top.The text was updated successfully, but these errors were encountered: