root-scrollbars-1.html (286B)
1 <!DOCTYPE html> 2 <html><head> 3 <meta name="viewport" content="width=device-width"> 4 <style> 5 html, body { 6 margin: 0; 7 } 8 </style> 9 <title>In this file the scrollbars that appear are the root scrollbars</title> 10 </head> 11 <body> 12 <div style="width: 150vw; height: 150vh"></div> 13 </body> 14 </html>