.container { scroll-snap-type: y mandatory; } .child { scroll-snap-align: start; } https://css-tricks.com/practical-css-scroll-snapping/ check that this behaves nicely on mobile
.container {
scroll-snap-type: y mandatory;
}
.child {
scroll-snap-align: start;
}
https://css-tricks.com/practical-css-scroll-snapping/
check that this behaves nicely on mobile