Skip to content

Commit 486a196

Browse files
authored
fix: 遗漏 sticky
#1114
1 parent 3abb9b4 commit 486a196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/09-size-and-scroll/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ JavaScript 中有许多属性可让我们读取有关元素宽度、高度和其
5959
6060
最近的祖先为下列之一:
6161
62-
1. CSS 定位的(`position` 为 `absolute``relative` 或 `fixed`),
62+
1. CSS 定位的(`position` 为 `absolute``relative`、`fixed` 或 `sticky`),
6363
2. 或 `<td>`,`<th>`,`<table>`,
6464
3. 或 `<body>`。
6565

0 commit comments

Comments
 (0)