blob: 6905b0fd394052d7c26e80857a05c212b1a3e7a4 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<style>
#container {
scroll-snap-type: both mandatory;
overflow: overlay;
position: absolute;
height: 33554400px;
width: 33554400px;
}
#area {
scroll-snap-align: end;
position: absolute;
left: 33554400px;
top: -57971.9px;
width: 0px;
height: 33554400px;
}
</style>
<div id="container">
<div id="area"></div>
</div>
</html>