tor-browser

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

overflow-region.html (412B)


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