blob: 3913bb1743cda35398bc4dae0398c82d321c7df9 [file] [log] [blame]
<!DOCTYPE html>
<style>
::-webkit-scrollbar {
width: 50px;
height: 20px;
}
::-webkit-scrollbar-thumb {
background: green;
}
div {
width: 400px;
height: 400px;
}
</style>
<div style="width:400px;height:400px;"></div>