scroll-margin-block-start
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2019.
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.
试试看
语法
css
/* <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: revert-layer;
scroll-margin-block-start: unset;
Values
<length>
-
An outset from the block start edge of the scroll container.
正式定义
Initial value | 0 |
---|---|
Applies to | all elements |
Inherited | no |
Computed value | as specified |
Animation type | by computed value type |
正式语法
scroll-margin-block-start =
<length>
规范
Specification |
---|
CSS Scroll Snap Module Level 1 # margin-longhands-logical |
浏览器兼容性
BCD tables only load in the browser