blob: ac376f1d8f8f21487075d1f3da8340d0f659687c [file] [log] [blame]
<!DOCTYPE html>
<style>
.scroller {
will-change: transform;
overflow-y: scroll;
width: 100px;
height: 100px;
background-color: #eef;
}
</style>
<div class="scroller"></div>