W3cubDocs

/CSS

scroll-margin-inline-start

The scroll-margin-inline-start property defines the margin of the scroll snap area at the start of the inline dimension 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-start: 10px;
scroll-margin-inline-start: 1em;

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

Values

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

Formal syntax

auto | <length>

Specification

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

Browser compatibility

No compatibility data found. Please contribute data for "css.properties.scroll-margin-inline-start" (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-start