- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Fri, 28 Feb 2025 15:27:52 +0000
- To: public-css-archive@w3.org
flackr has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-overflow-5] scroll-marker-group on root scroller? ==
Should we allow `scroll-marker-group: before | after` on the root element? E.g.
```css
:root {
scroll-marker-group: before;
}
:root::scroll-marker-group {
position: fixed;
top: 8px;
}
```
This seems like reasonable behavior to me but would be slightly different than on typical overflow divs. In particular, the `::scroll-marker-group` can't be a sibling to the content, but will be more like a `::before` or `::after` pseudo-element being a regular child.
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11802 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 28 February 2025 15:27:53 UTC