tor-browser

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

iframe-1-helper.html (456B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <style>
      5            html, body {
      6                margin: 0;
      7                padding: 0;
      8            }
      9        </style>
     10    </head>
     11    <body>
     12        <div style="overflow: auto; width: 150px; height: 200px">
     13            <div style="position: sticky; top: 0; width: 100px; height: 100px; background-color: green"></div>
     14            <div style="height: 300px; width: 100px"></div>
     15        </div>
     16    </body>
     17 </html>