scroll-margin-bottom

Baseline 2019

Newly available

Since July 2019, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

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.

Try it

Syntax

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

/* Global values */
scroll-margin-bottom: inherit;
scroll-margin-bottom: initial;
scroll-margin-bottom: revert;
scroll-margin-bottom: revert-layer;
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

scroll-margin-bottom = 
<length>

Specifications

Specification
CSS Scroll Snap Module Level 1
# margin-longhands-physical

Browser compatibility

BCD tables only load in the browser

See also