Sign in
◑
Theme
nest-open-source
/
manifest_repos
/
chromium_src
/
843bbb3bb34080a582b730da36421118dca26e74
/
.
/
third_party
/
blink
/
web_tests
/
scrollbars
/
custom-scrollbar-changing-style-expected.html
blob: e81444b1047ba4a8e7602c813b7b2c4ca5bfde99 [
file
]
<!DOCTYPE html>
<style>
::-
webkit-scrollbar
{
height
:
10px
;
width
:
10px
}
::-
webkit-scrollbar-thumb
{
background
:
rgba
(
13
,
53
,
178
,
0.8
);
}
html
{
overflow-y
:
scroll
;
}
</style>
<div
style
=
"
height
:
700px
"
></div>