Issue metadata
Sign in to add a comment
|
`box-shadow` on scrollbars doesn’t work as expected
Reported by
zambonif...@gmail.com,
Apr 14 2016
|
||||||||||||||||||||||
Issue descriptionCurrently, applying `box-shadow` to scrollbar pseudo-elements overflows in unexpected ways. I believe box shadows should behave like if the scrollbars pseudo-elements were organized this way: ``` <element> <::scrollbar> <::scrollbar-button></::scrollbar-button> <::scrollbar-track> <::scrollbar-track-piece :start></::scrollbar-track-piece> <::scrollbar-track-piece :end></::scrollbar-track-piece> <::scrollbar-thumb></::scrollbar-thumb> </::scrollbar-track> <::scrollbar-button></::scrollbar-button> </::scrollbar> </element> ``` Allowing people to override the default overflow behavior with the `overflow` property, with `auto` and `scroll` being equivalent to `hidden`.
,
Apr 18 2016
Not sure if this is something we want to support, either way it should either work or be explicitly disallowed.
,
Apr 18 2016
I’d be glad if this worked. I think that if #423374 got fixed, this would be fixed by consequence, wouldn’t it?
,
Feb 9 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by ashej...@chromium.org
, Apr 14 2016