transformed-4-ref.html (281B)
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: 200px; 14 height: 200px; 15 left: -50px; 16 top: 50px; 17 } 18 </style> 19 <div id="sticky"></div>