Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.br-target {
overflow-y: scroll;
will-change: transform;
width: 100px;
height: 100px;
border-radius: 50%;
background: green;
}
.forcescroll {
width: 25px;
height: 400px;
background: linear-gradient(pink, blue);
}
</style>
<div class="br-target">
<div class="forcescroll"></div>
</div>