Re: [csswg-drafts] [css-overflow-4] effect of gutters on viewport units (#5254)

> 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