The properties in the CSS scroll snap module enable you to define how scrolling snaps to specific points as a user scrolls through a document. The scroll snap feature lets you define the snap positions where a scroll container's scrollport may end or "snap to" after a scrolling operation has completed. Key properties for CSS scroll snap Before you can define scroll snapping, you need to enable scr

