tor-browser

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

scrollbars-area-in-iframe.html (466B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <iframe style="width:300px; height:300px; border:2px solid blue"
      4        src="data:text/html,<!DOCTYPE HTML>
      5                <html>
      6                <meta charset='utf-8'>
      7                <style>
      8                html {
      9                    border: 5px solid lime;
     10                    height: 100vh;
     11                    box-sizing: border-box;
     12                    overflow-y: scroll;
     13                }
     14                </style>"></iframe>
     15 </html>