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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Element.scrollIntoView has a boolean it can have passed to it, this is a very important feature when it comes to scrolling.
very often, a page will have fixed navigation so at the very minimum I think this option should be able to be set inside of $anchorScroll. Or some sort of API where you can set an offset on the scroll position of an anchor.
The text was updated successfully, but these errors were encountered:
Yes, @matsko and @caitp and I were discussing this just on Friday. I think that it would be great to provide some feature to $anchorScroll that would allow us to set an offset for where the item should be scrolled.
Element.scrollIntoView
has a boolean it can have passed to it, this is a very important feature when it comes to scrolling.very often, a page will have fixed navigation so at the very minimum I think this option should be able to be set inside of
$anchorScroll
. Or some sort of API where you can set an offset on the scroll position of an anchor.The text was updated successfully, but these errors were encountered: