tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

scrollbars-area-in-iframe-ref-child.html (179B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <meta charset='utf-8'>
      4 <style>
      5 html {
      6    border: 5px solid lime;
      7    height: 100vh;
      8    box-sizing: border-box;
      9    overflow-y: scroll;
     10 }
     11 </style>
     12 </html>