scroll-margin-bottom

The scroll-margin-bottom property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.

Syntax

/* <length> values */
scroll-margin-bottom: 10px;
scroll-margin-bottom: 1em;

/* Global values */
scroll-margin-bottom: inherit;
scroll-margin-bottom: initial;
scroll-margin-bottom: unset;

Values

<length>
An outset from the bottom edge of the scroll container.

Formal definition

Initial value0
Applies toall elements
Inheritedno
Computed valueas specified
Animation typeby computed value type

Formal syntax

<length>

Specifications

Specification Status Comment
CSS Scroll Snap Module Level 1
The definition of 'scroll-margin-bottom' in that specification.
Candidate Recommendation Initial definition

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
scroll-margin-bottomChrome Full support 69Edge Full support 79Firefox Full support 68IE No support NoOpera Full support 56Safari Partial support 11
Notes Alternate Name
Partial support 11
Notes Alternate Name
Notes Scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.
Alternate Name Uses the non-standard name: scroll-snap-margin-bottom
WebView Android Full support 69Chrome Android Full support 69Firefox Android Full support 68Opera Android Full support 48Safari iOS Partial support 11
Notes Alternate Name
Partial support 11
Notes Alternate Name
Notes Scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.
Alternate Name Uses the non-standard name: scroll-snap-margin-bottom
Samsung Internet Android Full support 10.0

Legend

Full support
Full support
Partial support
Partial support
No support
No support
See implementation notes.
See implementation notes.
Uses a non-standard name.
Uses a non-standard name.