Bug 231588
Summary: | [css-scrollbars-1] Implement "scrollbar-width" CSS property | ||
---|---|---|---|
Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, bfulgham, bramus, dino, hrt963ens, jc.dafko, kevin_neal, koivisto, simon.fraser, webkit-bug-importer, whoopigoldberg3641 |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 15 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 258681, 253310, 256792, 256796, 256800, 256999, 257052, 257056, 257415, 257424, 257425, 257430, 258770, 258773, 277518 | ||
Bug Blocks: |
Luke Warlow
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;
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kevin Neal
Thanks for filing. The appropriate engineers have been notified.
Radar WebKit Bug Importer
<rdar://problem/84417387>
Luke Warlow
Pull request: https://github.com/WebKit/WebKit/pull/10285