position-sticky-escape-scroller-002-ref.html (248B)
1 <!DOCTYPE html> 2 <style>body { margin: 0 }</style> 3 <div style="height: 3200px"></div> 4 <div style="position: fixed; top: 100px; left: 0; 5 width: 200px; height: 200px; background: green"></div> 6 <script> 7 window.scrollTo(0, 2000); 8 </script>