Sticky
too
"The offsetParent is the nearest ancestor that is: 1. CSS-positioned (position is absolute, relative, fixed…❗️or sticky❗️
This commit is contained in:
parent
1d45b45c07
commit
e4be3724a4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ These properties are rarely needed, but still they are the "most outer" geometry
|
||||||
|
|
||||||
The `offsetParent` is the nearest ancestor that is:
|
The `offsetParent` is the nearest ancestor that is:
|
||||||
|
|
||||||
1. CSS-positioned (`position` is `absolute`, `relative` or `fixed`),
|
1. CSS-positioned (`position` is `absolute`, `relative`, `fixed` or `sticky`),
|
||||||
2. or `<td>`, `<th>`, `<table>`,
|
2. or `<td>`, `<th>`, `<table>`,
|
||||||
2. or `<body>`.
|
2. or `<body>`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue