tor-browser

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

min-size-auto-overflow-clip-ref.html (289B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  .flex {
      5    display: flex;
      6    flex-direction: column;
      7  }
      8  .grid {
      9    display: grid;
     10    flex-basis: 20px;
     11    border: 1px solid;
     12  }
     13 </style>
     14 <div class="flex">
     15  <div class="grid">
     16    <div style="height: 50px;"></div>
     17  </div>
     18 </div>