.container { scroll-snap-type: mandatory; } .child { scroll-snap-align: start; } /* Guide: https://css-tricks.com/practical-css-scroll-snapping/ */