<!DOCTYPE html>
<style>
div {
background: green local;
border: 50px solid rgba(0, 127, 0, 0.5);
overflow: scroll;
width: 200px;
height: 200px;
}
</style>
<div></div>
<!DOCTYPE html>
<style>
div {
background: green local;
border: 50px solid rgba(0, 127, 0, 0.5);
overflow: scroll;
width: 200px;
height: 200px;
}
</style>
<div></div>