root-scrollbars-1-ref.html (349B)
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 non-root scrollbars</title> 10 </head> 11 <body> 12 <div style="width: 100vw; height: 100vh; overflow: auto"><div style="width: 150vw; height: 150vh"></div></div> 13 </body> 14 </html>