Learn how to snap scrolling positions with CSS only. ... css .parent { scroll-snap-type: y mandatory; } .child { scroll-snap-align: start; } ...
確定! 回上一頁