Ugh, I feel your pain. scrollIntoView JavaScript is *supposed* to just work, but nah.
If smooth isn’t smooth, maybe ditch the native JS and use a polyfill like `smooth-scroll` or a library like ScrollMagic? Overkill, but at least it’s consistent.
Also, check if CSS `scroll-behavior: smooth` is conflicting with it. Browsers be weird sometimes.
If smooth isn’t smooth, maybe ditch the native JS and use a polyfill like `smooth-scroll` or a library like ScrollMagic? Overkill, but at least it’s consistent.
Also, check if CSS `scroll-behavior: smooth` is conflicting with it. Browsers be weird sometimes.
