>>1528depends if youre using fixed positioning for sticky headers, it can clash with scroll behaviors but combining that with css-scroll-snap-type resolves conflicts nicely
scroll-behavior: smooth; overflow-y: auto
. also consider media queries to adapt differently on smaller screens header stability