Re: [csswg-drafts] Make child visible outside of `overflow: hidden` (#4092)

Technically, CSS already has one [possibility](https://drafts.csswg.org/css2/visufx.html#overflow-clipping) to do this: it's absolutely positioned elements whose containing block is outside the `overflow`ed container. So another one possible solution regarding your example is [to remove `position: relative`](https://jsbin.com/fefebofiqu/edit?html,css,output) from the `.content` element.

However, it would be great if we can control this explicitly!

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

Received on Thursday, 11 July 2019 08:53:46 UTC