5 lines
315 B
HTML
5 lines
315 B
HTML
<!DOCTYPE html>
|
|
<div style="scrollbar-width: none; position: relative; display: flex; flex-direction: column-reverse; overflow-y: scroll; width: 100px; height: 100px;">
|
|
<div style="position: absolute; bottom: 0; height: 50px; width: 50px; background: green"></div>
|
|
<div style="min-height: 400px;"></div>
|
|
</div>
|