Re: [csswg-drafts] [css-scrollbars-1] Make scrollbar-width inheritable (#3671)

What @emilio said, especially since this (less common) case is solved with a simple...

```css
:root { scrollbar-width: none; }
*     { scrollbar-width: inherit; }
```

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

Received on Saturday, 23 February 2019 02:37:25 UTC