blob: 63f42ccbf3f9d98d67956af25b9fc382dbee63d6 [file] [log] [blame] [edit]
<style>
::-webkit-scrollbar {
background: green;
}
html {
color: black;
}
body {
overflow: scroll;
}
div {
overflow: scroll;
width: 200px;
height: 200px;
}
</style>
<div></div>
</script>