Re: [csswg-drafts] [css-values] Use of 100vw is causing pointless horizontal scrollbars on some websites (#6026)

@brunoais Most of them probably don’t set `overflow: scroll` on `<html>` to begin with, but even if they do, they can opt out of the new behavior by switching to `overflow: auto`. So the only problem are websites that *need* to set `overflow: scroll` for whatever reason *and* use `calc(100vw - 16px)` hacks at the same time. There’s probably not many such websites.

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


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

Received on Wednesday, 6 December 2023 14:05:17 UTC