blob: 67f52405b8c09fd86c24aed706971264b6224dd7 [file] [log] [blame]
<!DOCTYPE html>
<style>
#scroller {
overflow: scroll;
width: 200px;
height: 200px;
will-change: transform;
}
.spacer {
height: 300px;
}
</style>
<div id="scroller">
<p>Content</p>
<div class="spacer"></div>
</div>