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
You can use the normal native scrolling methods like container.scrollTo(...) or element.scrollIntoView(...) because it's all just still native scroll, horizontal just makes it work a bit nicer.
Is it possible to manually force scroll to a specific position or element (after some button is clicked for example)?
I tried to dispatch scroll or keypress events, however none of them do the work...
The text was updated successfully, but these errors were encountered: