mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-08 14:03:49 +00:00
30277f6a9c
MozReview-Commit-ID: 8qNnWhg0zd9 --HG-- extra : rebase_source : 6ee5a308245560d6cb5149d235902b41dcbb7601
9 lines
319 B
HTML
9 lines
319 B
HTML
<!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>
|