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 accountReceived on Thursday, 11 July 2019 08:53:46 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:50 UTC