How to smoothly scroll an element into view using js scroll into view? or What's the best way to impl

20 Replies, 1201 Views

Check if your element is inside a `position: fixed` or `transform` parent. Those can break js scroll into view because they create new stacking contexts.

If that’s the case, you might need to scroll the parent container instead of the window.



Users browsing this thread: 1 Guest(s)