transformed-3-ref.html (265B)
1 <style> 2 html, body { 3 margin: 0; 4 padding: 0; 5 scrollbar-width: none; 6 } 7 body { 8 height: 200vh; 9 } 10 #sticky { 11 background: grey; 12 position: absolute; 13 width: 100px; 14 height: 100px; 15 top: 200px; 16 } 17 </style> 18 <div id="sticky"></div>