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

@tabatkins in my practice `overflow` is rarely used for BFC, BFC is a thing from the past, when layout was made with `float`, for now, we have `flex` or even `grid` and developers have no reason to use `float` and care about BFC.

I agree with @coreyworrell, 90% of my websites have `overflow` wrapper to hide offscreen things like protruding images.

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

Received on Wednesday, 29 April 2020 12:38:56 UTC