tor-browser

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

scrollbars-in-landscape-content.html (279B)


      1 <!DOCTYPE html>
      2 <meta name="viewport" content="width=device-width, minimum-scale=0.5, initial-scale=1">
      3 <style>
      4 html, body {
      5  margin: 0;
      6  width: 100%;
      7  height: 100%;
      8 }
      9 #twice-width {
     10  position: absolute;
     11  width: 200%;
     12  height: 100%;
     13 }
     14 </style>
     15 <div id="twice-width"></div>