blob: 3af597aee65d3d679ae21e55d2f5859a3459e297 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#target {
width: 100px;
height: 100px;
background: green;
position: fixed;
top: 0;
left: 100px;
}
#spacer {
height: 200vh;
}
</style>
<div id="target">target</div>
<div id="spacer"></div>