- From: jonjohnjohnson via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Apr 2018 07:43:47 +0000
- To: public-css-archive@w3.org
Here's the most layman way to describe the implemenation if anybody is still confused... > overflow: hidden[/auto] is not preventing position: sticky from working. But if you set overflow to hidden on any ancestor of your sticky element, then this ancestor element will be the scrolling container for your sticky element. - [https://stackoverflow.com/a/44929597/5891228](https://stackoverflow.com/a/44929597/5891228) And the concept here relates to the issue @frivoal made about missing terminology for a possibly scrollable element that actually scrolls. [#2322 [cssom-view][css-overflow] Missing terminology](https://github.com/w3c/csswg-drafts/issues/2322) Not saying I think this is blocked by that, but wanted to make the connection nonetheless. -- GitHub Notification of comment by jonjohnjohnson Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/865#issuecomment-378848317 using your GitHub account
Received on Thursday, 5 April 2018 07:44:00 UTC