New issue
Advanced search Search tips

Issue 603585 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 423374
Owner: ----
Closed: Feb 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

`box-shadow` on scrollbars doesn’t work as expected

Reported by zambonif...@gmail.com, Apr 14 2016

Issue description

Currently, 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`.
 
Components: Blink>Layout>Scrollbars

Comment 2 by e...@chromium.org, Apr 18 2016

Status: Available (was: Unconfirmed)
Not sure if this is something we want to support, either way it should either work or be explicitly disallowed.
I’d be glad if this worked. I think that if #423374 got fixed, this would be fixed by consequence, wouldn’t it?

Comment 4 by e...@chromium.org, Feb 9 2017

Mergedinto: 423374
Status: Duplicate (was: Available)

Sign in to add a comment