Re: [csswg-drafts] [css3 positioning] support position:sticky inside an overflow:hidden|auto on general parents (#865)

As far as I can tell, this request is based on using `overflow:hidden` to force a containing to become a BFC so it'll clearfix.

Since we (a) have better ways to force a BFC now that don't interact badly with `position:sticky` (such as `display: flow-root;`), and (b) rarely if ever need to clearfix now (since that's mostly an artifact of float-based layouts), I think we can safely close this as no change.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/865#issuecomment-620909167 using your GitHub account

Received on Tuesday, 28 April 2020 23:36:29 UTC