Skip to main content

Scroll Snap Stop

Utilities for controlling whether you can skip past possible snap positions.

CSS Property:scroll-snap-stop
Classes:2

Scroll Snap Stop Classes

ClassCSS
snap-normalscroll-snap-stop: normal;
snap-alwaysscroll-snap-stop: always;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[scroll-snap-stop:value]

Responsive Variants

Apply scroll snap stop utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:snap-normal
768px+md:md:snap-normal
1024px+lg:lg:snap-normal
1280px+xl:xl:snap-normal
1536px+2xl:2xl:snap-normal