tor-browser

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

fixed-inside-sticky-clip-ref.html (132B)


      1 <!DOCTYPE html>
      2 <style>
      3 .unclipped {
      4  height: 100px;
      5  width: 200px;
      6  background: cyan;
      7 }
      8 </style>
      9 <div class="unclipped">
     10 </div>