tor-browser

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

iframe-1.html (396B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>Sticky-positioned item inside a scrollframe inside an iframe</title>
      5        <style>
      6            html, body {
      7                margin: 0;
      8                padding: 0;
      9            }
     10        </style>
     11    </head>
     12    <body>
     13        <iframe src="iframe-1-helper.html" style="margin-top: 100px; border: none; height: 300px"></iframe>
     14    </body>
     15 </html>