using
scroll-behavior: smooth;
on the main container helps prevent that jittery feeling when navigating between feeds. it works best if you pair it with
overflow-anchor: none; to stop the browser from jumping around during image loads.
it basically makes the web experience feel more like the native mobile app without needing heavy javascript.