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:
Prokhor 2018-10-28 16:34:19 +03:00 committed by GitHub
parent 1d45b45c07
commit e4be3724a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
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 `<body>`.