Skip to content
New issue

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

feat(scrollBehavior): Add container option #3581

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

arsalan-d
Copy link

@arsalan-d arsalan-d commented Jun 25, 2021

Add the option "container" to scrollBehavior.
This will allow developers to specify the container element they want the scroll update to happen to.
It will default to window if not specified.
Normally you want to reset the scrollbar when users click a router link and move to a new route, but current system wont work if you have a container element with scrollbar instead of window.

@arsalan-d arsalan-d changed the title feat(scrollBehavior): Add overflowedElementSelector option feat(scrollBehavior): Add container option Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant