W3cubDocs

/CSS

scroll-margin-inline

The scroll-margin-inline property is a shorthand property which sets the scroll-margin longhands in the inline dimension.

The scroll-margin values represent outsets defining 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.

Initial value 0
Applies to all elements
Inherited no
Media visual
Computed value as specified
Animation type by computed value type
Canonical order per grammar

Syntax

/* <length> values */
scroll-margin-inline: 10px;
scroll-margin-inline: 1em .5em ;

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

Values

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

Formal syntax

[auto | <length> ]{1,2}

Specification

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

Browser compatibility

No compatibility data found. Please contribute data for "css.properties.scroll-margin-inline" (depth: 1) to the MDN compatibility data repository.

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin-inline