Re: [csswg-drafts] [css-scrollbars][css-scrollbars-1] Should we also add scrollbar width control? (#1958)

> I'm not convinced that WebKit would ever add support for a scrollbar width property. Our system-rendered scrollbars are not designed to be rendered at variable widths, and we don't think that allowing web pages to deviate from the system norms is useful.

@smfr Webkit system-rendered scrollbars may not be designed to be rendered at variable widths, but they are check `select[multiple]` and `select[size]`. They use thin scrollbars for overflowing options.

<img width="410" alt="select-multiple-size" src="https://user-images.githubusercontent.com/788266/76012783-b9650980-5ecb-11ea-8b50-e8442ab96858.png">


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

Received on Thursday, 5 March 2020 18:27:38 UTC