[Webkit-unassigned] [Bug 256419] Can't override ::-webkit-scrollbar display: none
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 24 09:40:17 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=256419
--- Comment #7 from Luke <luke at warlow.dev> ---
ooh that's an interesting bug. Can reproduce in Chrome as well. Only difference in Safari is that Safari renders an odd scroll corner.
Fwiw in future hopefully you'll be able to just use scrollbar-width which behaves much butter. (See https://bugs.webkit.org/show_bug.cgi?id=231588)
I believe the cause of this is WebKit (and Chrome) look for the existence of the pseudo element styles to decide whether to go down the custom scrollbar path. But doesn't account for the "revert" case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230724/7527bbb4/attachment.htm>
More information about the webkit-unassigned
mailing list