.container { scroll-snap-type: y mandatory; /* for vertical scrolling you can use x for horizontal */ } .child { scroll-snap-align: start; /* or center or ...
確定! 回上一頁