scroll-margin-left
The scroll-margin-left
property defines the left 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-left: 10px;
scroll-margin-left: 1em;
/* Global values */
scroll-margin-left: inherit;
scroll-margin-left: initial;
scroll-margin-left: revert;
scroll-margin-left: revert-layer;
scroll-margin-left: unset;
Values
<length>
-
An outset from the left edge of the scroll container.
Formal definition
Initial value | 0 |
---|---|
Applies to | all elements |
Inherited | no |
Computed value | as specified |
Animation type | by computed value type |
Formal syntax
scroll-margin-left =
<length>
Specifications
Specification |
---|
CSS Scroll Snap Module Level 1 # margin-longhands-physical |
Browser compatibility
BCD tables only load in the browser