tor-browser

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

overflow-not-scrollable-1-ref2.html (214B)


      1 <!DOCTYPE HTML>
      2 <style type="text/css">
      3 
      4 div {
      5  height: 200px; width: 200px;
      6  font-size: 50px;
      7 }
      8 
      9 span {
     10  /* work around potential font overflow */
     11  margin-left: 5px;
     12 }
     13 
     14 </style>
     15 <div>
     16 <span>text</span>
     17 </div>