blob: 98f82b11508a5858e979a33fa3ac0b4b0f65c761 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html style="margin: 0">
<body style="margin: 0">
<div style="height: 70px; background-color: blue"></div>
<div style="height: 2000px; transform: translateY(50px)">
<div style="position:sticky; top: 70px; width: 100px; height: 100px; background-color: green"></div>
</div>
</html>
|