position-sticky-column-reverse-flex-ref.html (315B)
1 <!DOCTYPE html> 2 <div style="scrollbar-width: none; position: relative; display: flex; flex-direction: column-reverse; overflow-y: scroll; width: 100px; height: 100px;"> 3 <div style="position: absolute; bottom: 0; height: 50px; width: 50px; background: green"></div> 4 <div style="min-height: 400px;"></div> 5 </div>