[css-scrollbars-1] ability to explicitly request normal scrollbars #9169
Labels
Closed as Retracted
When the person who raised the issue thinks that there's no issue after all.
css-scrollbars-1
Current Work
Testing Unnecessary
Memory aid - issue doesn't require tests
This request will refer to non standard CSS so feel free to disregard if it's not really applicable to the standard.
Recently a bug report came up in WebKit.
The report stated that there's no way to undo
::-webkit-scrollbar { display: none }
which is true in both WebKit and Chromium.That got me thinking, the way that these properties are being implemented in WebKit and Chromium is such that an auto value will result in custom
::-webkit-scrollbar
styles being applied, but a non-auto value will disable them.The spec explicitly calls out a CSS override that users can use should they want normal scrollbars as below. However, this won't have the desired effect if custom ::-webkit-scrollbars are applied.
Is this something that should be addressed by this spec? Or is this just an unfortunate state that can't really be fixed.
The text was updated successfully, but these errors were encountered: