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 (209B)


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