tor-browser

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

auto-scrollbar-inside-stf-abspos-ref.html (217B)


      1 <!DOCTYPE html>
      2 <style>
      3  body { overflow:hidden; }
      4 </style>
      5 <p>The word PASS should be visible below.</p>
      6 <div style="position:absolute; height:5em; overflow-y:scroll;">
      7  <div style="height:15em;">PASS</div>
      8 </div>