tor-browser

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

table-cell-overflow-auto-ref.html (540B)


      1 <!DOCTYPE html>
      2 <div style="width: 100px; height: 100px; border: solid;">
      3  <div style="max-width: 100px; height: 100px; background: green; overflow-x: scroll;">
      4     <div style="width: 120px; height: 50px; background: hotpink;"></div>
      5   </div>
      6 </div>
      7 <br>
      8 <div style="width: 100px; height: 100px; border: solid;">
      9  <div style="display: table-cell; max-width: 100px; height: 100px; background: green; overflow-x: scroll; vertical-align: middle;">
     10     <div style="width: 120px; height: 50px; background: hotpink;"></div>
     11   </div>
     12 </div>