Source code

Revision control

Copy as Markdown

Other Tools

<style>
html, body {
margin: 0;
padding: 0;
scrollbar-width: none;
}
body {
height: 200vh;
}
#sticky {
background: grey;
position: absolute;
width: 200px;
height: 200px;
left: -50px;
top: 50px;
}
</style>
<div id="sticky"></div>