blob: 7bf668ee23f5e249b9aa93b5f43ebdec3f1747a0 [file] [log] [blame]
<!DOCTYPE HTML>
<style>
#scroller {
width: 100px;
height: 100px;
overflow: scroll;
will-change: transform;
}
.scrolled {
background: blue;
width: 50px;
height: 180px;
}
</style>
<div id="scroller">
<div class="scrolled"></div>
</div>