[Webkit-unassigned] [Bug 231588] New: [css-scrollbars-1] Implement "scrollbar-width" CSS property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 10:19:36 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231588

            Bug ID: 231588
           Summary: [css-scrollbars-1] Implement "scrollbar-width" CSS
                    property
           Product: WebKit
           Version: Safari 15
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: luke at warlow.dev

https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width

WebKit should implement the "scrollbar-width" property.

Accepted values are "auto | thin | none".

"none" is particularly useful for hiding scrollbars on carousels for example.

This would provide a standard track alternative to:

::-webkit-scrollbar {
    display: none;
}

-- 
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/20211012/5696b2c1/attachment.htm>


More information about the webkit-unassigned mailing list