- From: fantasai via GitHub <noreply@w3.org>
- Date: Mon, 06 Oct 2025 20:02:24 +0000
- To: public-css-archive@w3.org
So currently [CSS Overflow L3](https://www.w3.org/TR/css-overflow/#scrollable) > The border boxes of all boxes for which it is the containing block and whose border boxes are positioned not wholly in the negative scrollable overflow region, accounting for transforms by projecting each box onto the plane of the element that establishes its 3D rendering context. And you can see from [this testcase](https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cdiv%20style%3D%22border%3A%20solid%20orange%2020px%3B%20position%3A%20absolute%3B%20top%3A%20300px%3B%20transform%3A%20translateY(-300px)%22%3E%3C%2Fdiv%3E) that an absolutely positioned box can cause overflow if it is positioned outside a box, but not if it is transformed back into the box. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12898#issuecomment-3373786502 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 6 October 2025 20:02:24 UTC