tor-browser

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

scrollbars-in-half-height-content-ref.html (253B)


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