tor-browser

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

propagated-overflow-style-1-ref.html (251B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>
      5    Reference case with body and html *independently* scrollable.
      6  </title>
      7  <style>
      8    html {
      9      overflow: scroll;
     10    }
     11    body {
     12      overflow: scroll;
     13    }
     14  </style>
     15 </head>
     16 <body>
     17 </body>
     18 </html>