From e4be3724a47c46ca5dfa4c19f5565f02c3bb9e24 Mon Sep 17 00:00:00 2001 From: Prokhor Date: Sun, 28 Oct 2018 16:34:19 +0300 Subject: [PATCH] `Sticky` too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "The offsetParent is the nearest ancestor that is: 1. CSS-positioned (position is absolute, relative, fixed…❗️or sticky❗️ --- 2-ui/1-document/09-size-and-scroll/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/09-size-and-scroll/article.md b/2-ui/1-document/09-size-and-scroll/article.md index 7b2adb25..da02abdc 100644 --- a/2-ui/1-document/09-size-and-scroll/article.md +++ b/2-ui/1-document/09-size-and-scroll/article.md @@ -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 ``, ``, ``, 2. or ``.