Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

[css-scrollbars][css-scrollbars-1] Should we also add scrollbar width control? #1958

Open
tantek opened this Issue Nov 8, 2017 · 1 comment

Comments

Projects
None yet
2 participants
Contributor

tantek commented Nov 8, 2017

Should we also add scrollbar width control?
@tabatkins noted in the f2f that Google uses scrollbar width modification in Gmail and Google Docs.

Member

upsuper commented Nov 8, 2017

As I've noted in the f2f, I'm concerned about having exact width control can yield to undesired rendering in different platforms. Windows and macOS and Ubuntu all seem to all have different width for scrollbar.

I guess if we want width modification, we should do either max width or some ratio to the default size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment