6 lines
202 B
HTML
6 lines
202 B
HTML
<!DOCTYPE html>
|
|
<div style="width: 100px; height: 100px; border: solid;">
|
|
<div style="overflow-y: scroll; max-height: 100%;">
|
|
<div style="height: 200px; background: green;"></div>
|
|
</div>
|
|
</div>
|