<!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>
<!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>