vertical-scroll-scrollable-content.html (244B)
1 <!DOCTYPE html> 2 <style> 3 body, html { 4 height: 100%; 5 width: 100%; 6 } 7 #spacer { 8 width: 1500px; 9 height: 1500px; 10 background-color: red; 11 } 12 </style> 13 <body> 14 <p>This page is scrollable.</p> 15 <div id="spacer"></div> 16 </body>