mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
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>
|