mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-20 22:18:32 +00:00
10 lines
243 B
HTML
10 lines
243 B
HTML
<DOCTYPE html>
|
|
<html>
|
|
<body style="width: 400px">
|
|
<div style="overflow:scroll; padding-left: 80px; padding-right: 200px;
|
|
background: yellow; height: 200px">
|
|
<div style="height: 500px; background: blue;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|