Re: [csswg-drafts] [css-overflow-4] drawing over the space reserved by `scrollbar-gutter` (#5232)

> `width: 100% ignore-gutter`?

I still hope we can agree on an `env()` way of accessing the computed scrollbar size for solving these cases. We could then leverage things like `calc(100% - env(scrollbar-width))` or `calc(100% + env(scrollbar-width))` to move things in or out of the gutter, whether scrollbars take up space or just "overlay" content.

See also https://github.com/w3c/csswg-drafts/issues/2630

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

Received on Friday, 19 June 2020 00:20:12 UTC