scroll-padding-bottom

基线 广泛可用

此功能已得到良好建立,并在许多设备和浏览器版本上运行。它自 2019 年 7 月.

scroll-padding-bottom 属性定义了视窗的最佳查看区域底部的偏移量:用于将事物放置在用户视野中的区域。这允许作者排除被其他内容(例如固定定位的工具栏或侧边栏)遮挡的视窗区域,或者在目标元素和视窗边缘之间放置更多间距。

试试看

语法

css
/* Keyword values */
scroll-padding-bottom: auto;

/* <length> values */
scroll-padding-bottom: 10px;
scroll-padding-bottom: 1em;
scroll-padding-bottom: 10%;

/* Global values */
scroll-padding-bottom: inherit;
scroll-padding-bottom: initial;
scroll-padding-bottom: revert;
scroll-padding-bottom: revert-layer;
scroll-padding-bottom: unset;

<length-percentage>

从视窗底部边缘开始的内偏移量,以有效的长度或百分比表示。

auto

偏移量由用户代理决定。这通常为 0px,但用户代理能够检测并执行其他操作(如果非零值更合适)。

正式定义

初始值auto
应用于滚动容器
继承
百分比相对于滚动容器的视窗
计算值如指定
动画类型按计算值类型

正式语法

scroll-padding-bottom = 
auto |
<length-percentage [0,∞]>

<length-percentage> =
<length> |
<percentage>

规范

规范
CSS 滚动捕捉模块级别 1
# padding-longhands-physical

浏览器兼容性

BCD 表格仅在浏览器中加载

另请参阅