sticky-pos-scrollable-2-ref.html (231B)
1 <!DOCTYPE html> 2 <html> 3 <style> 4 body { 5 margin: 0; 6 height: 4000px; 7 overflow: hidden; 8 } 9 div { 10 background: blue; 11 width: 200px; 12 height: 200px; 13 margin-top: 300px; 14 position: sticky; 15 bottom: 100px; 16 } 17 </style> 18 <div></div>