Re: [csswg-drafts] [css-overflow] add method to prevent elements from contributing to scrollable overflow (#8361)

> 2\. What the used rectangle for scrollable overflow and scrolling operations for this element should be. E.g. should it ignore the element's transform.

Regarding scrolling operations, it would be useful to be able to ignore the sticky offsets of an element. That way, scroll operations would scroll to the in-flow position of a sticky element. This would be easier if `scroll-align` was a separate property.

```css
scroll-align: normal | ignore-transform | ignore-sticky-offsets;
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 24 February 2026 06:14:28 UTC