-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scrollbar-width CSS Property #133
Comments
@smfr, thoughts? |
seeAlso whatwg/compat#61 |
To add more information to this issue. This property supports three values, auto, thin and none. These match nicely to WebKit's ScrollbarControlSize::Regular and ScrollbarControlSize::Thin and not rendering the scrollbar. With always on scrollbars these render like below: With overlay scrollbars these render like below (these only show when scrolling as expected): |
WebKit supports the proposal. We will mark as Support one week from now, pending objections. |
Request for position on an emerging web specification
(Please delete inapplicable rows.)
Information about the specification
Design reviews and vendor positions
Mozilla are the only ones who have implemented this property so far. (Chromium has a WIP implementation)
Bugs tracking this feature
Anything else we need to know
Currently to hide scrollbars in WebKit you need to use the legacy
::-webkit-scrollbar
pseudo styling. This property would allow hiding scrollbars through a standard property.The text was updated successfully, but these errors were encountered: