[csswg-drafts] Pull Request: [css-scrollbars-1] Make scrollbar-width inheritable

xPaw has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-scrollbars-1] Make scrollbar-width inheritable ==
[We wanted to add custom scrollbar properties](https://github.com/thelounge/thelounge/pull/2974) in our app, as these properties already shipped in Firefox, but realized in an oddity.

`scrollbar-color` can be applied to body, and any child elements with a scrollbar will have the color applied, but this doesn't work on `scrollbar-width` and requires each scrollable element to have it defined separately.

See https://github.com/w3c/csswg-drafts/pull/3671

Received on Friday, 22 February 2019 12:40:34 UTC