.container { width: 100vw; height: 100vh; scroll-snap-type: y mandatory; overflow-y: scroll; } .container > * { width: 100vw; height: 100vh; ...
確定! 回上一頁