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
Scrolling the parent also scrolls another ancestor higher up the DOM tree.
I understand this is the "standard" behavior even for the browser-implemented scrollIntoView. Is there any way to prevent this? It would be useful if the method did what its name suggest ("ifNeeded").
The text was updated successfully, but these errors were encountered:
https://recordit.co/z3vQ93V1YP
Scrolling the parent also scrolls another ancestor higher up the DOM tree.
I understand this is the "standard" behavior even for the browser-implemented
scrollIntoView
. Is there any way to prevent this? It would be useful if the method did what its name suggest ("ifNeeded").The text was updated successfully, but these errors were encountered: