I've been trying to implement a super simple horizontal snap scroll (as shown here: ... css: body { margin: 0; } .parent { scroll-snap-type: y mandatory; } ...
確定! 回上一頁