scroll-margin-block
Quick Summary for scroll-margin-block
The
scroll-margin-block
shorthand property sets the scroll margins of an element in the block dimension.
Code Usage for scroll-margin-block
/* <length> values */ scroll-margin-block: 10px; scroll-margin-block: 1em .5em ; /* Global values */ scroll-margin-block: inherit; scroll-margin-block: initial; scroll-margin-block: revert; scroll-margin-block: unset;
More Details for scroll-margin-block
scroll-margin-block
The scroll-margin-block
shorthand property sets the scroll margins of an element in the block dimension.
Constituent properties
This property is a shorthand for the following CSS properties:
scroll-margin-block-end
scroll-margin-block-start
Syntax
/* <length> values */ scroll-margin-block: 10px; scroll-margin-block: 1em .5em ; /* Global values */ scroll-margin-block: inherit; scroll-margin-block: initial; scroll-margin-block: revert; scroll-margin-block: unset;
Values
<length>
An outset from the corresponding edge of the scroll container.
Description
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.
Formal definition
Initial value | 0 |
---|---|
Applies to | all elements |
Inherited | no |
Computed value | as specified |
Animation type | by computed value type |
Formal syntax
<length>{1,2}
Specifications
Specification |
---|
CSS Scroll Snap Module Level 1 # propdef-scroll-margin-block |
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