Recent posts with #scroll

Stop using window.scrollTo()

Use the new scrollIntoView, this will also take into consideration the scroll-padding defined in CSS.

image

#aha #js #scroll