- From: Thu Dang via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Oct 2023 16:00:40 +0000
- To: public-css-archive@w3.org
> 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! This works for me. I changed the parent's position to static and added 'visibility: visible' to the children. -- GitHub Notification of comment by thusmiley Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4092#issuecomment-1745274869 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 October 2023 16:00:42 UTC