- From: Nic Oliver via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 May 2025 15:47:01 +0000
- To: public-css-archive@w3.org
> This was resolved by [#6026](https://github.com/w3c/csswg-drafts/issues/6026), which did indeed reverse [#1766](https://github.com/w3c/csswg-drafts/issues/1766) and resolve in favor of the request here (stable gutters on root are removed from the viewport units).
@tabatkins Am I correct in interpreting your comment to mean the following css should not create a horizontal scrollbar?
```
html {
scrollbar-gutter: stable;
}
div {
width: 100vw;
}
```
--
GitHub Notification of comment by nboliver-ventureweb
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5254#issuecomment-2847553285 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 2 May 2025 15:47:02 UTC