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 use nested routes to switch tabs on one of my pages. I like the default browser scroll behavior but for this one page I would like to prevent the scroll position when the tab changes. Is there a way how to do that?
I was thinking about implementing my own scroll behavior (as suggested in other thread) but the updateScrollPosition() method does not give me many options.
The text was updated successfully, but these errors were encountered:
I use nested routes to switch tabs on one of my pages. I like the default browser scroll behavior but for this one page I would like to prevent the scroll position when the tab changes. Is there a way how to do that?
I was thinking about implementing my own scroll behavior (as suggested in other thread) but the
updateScrollPosition()
method does not give me many options.The text was updated successfully, but these errors were encountered: