scroll-margin-block-start
Quick Summary for scroll-margin-block-start
The
scroll-margin-block-start
property defines the margin of the scroll snap area at the start of the block 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.
Code Usage for scroll-margin-block-start
/* <length> values */ scroll-margin-block-start: 10px; scroll-margin-block-start: 1em; /* Global values */ scroll-margin-block-start: inherit; scroll-margin-block-start: initial; scroll-margin-block-start: revert; scroll-margin-block-start: unset;
More Details for scroll-margin-block-start
scroll-margin-block-start
The scroll-margin-block-start
property defines the margin of the scroll snap area at the start of the block 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.
Syntax
/* <length> values */ scroll-margin-block-start: 10px; scroll-margin-block-start: 1em; /* Global values */ scroll-margin-block-start: inherit; scroll-margin-block-start: initial; scroll-margin-block-start: revert; scroll-margin-block-start: unset;
Values
<length>
An outset from the block start 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
<length>
Specifications
Specification |
---|
CSS Scroll Snap Module Level 1 # margin-longhands-logical |
See also
CSS Scroll Snap Well-Controlled Scrolling with CSS Scroll Snap Posted in
12:22 am, February 22, 2022
Add Comment
Other Items in CSS
rgb()
rgba()
:right
right
@right-bottom
:root
rotate
rotate()
rotate3d()
rotateX()
rotateY()
rotateZ()
row-gap
ruby-align
ruby-position
saturate()
scale
scale()
scale3d()
scaleX()
scaleY()
scaleZ()
:scope
scroll-behavior
scroll-margin
scroll-margin-block
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding
scroll-padding-block
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-snap-align
scroll-snap-stop
scroll-snap-type
@scroll-timeline