blob: 2509476584de29f1653c02fef531143419e8f448 [file] [log] [blame]
<style>
::-webkit-scrollbar {
background: green;
}
body {
overflow: scroll;
}
div {
overflow: scroll;
width: 200px;
height: 200px;
}
</style>
<div></div>
</script>