Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <head> | |
| 3 <style> | |
| 4 html { | |
| 5 height: 100%; | |
| 6 width: 100%; | |
| 7 overflow-y: scroll; | |
| 8 } | |
| 9 | |
| 10 body { | |
| 11 height: 100%; | |
| 12 width: 50%; | |
| 13 margin: 0px 0px 100px 0px; | |
| 14 overflow-y: scroll; | |
| 15 } | |
| 16 </style> | |
| 17 </head> | |
| 18 <body> | |
| 19 <div style="height:1000px"></div> | |
| 20 </body> | |
| OLD | NEW |