tor-browser

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

display-with-overflow-ref.html (347B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  width: 20px;
      5  padding: 5px;
      6  font-size: 40px;
      7  overflow-x: scroll;
      8  overflow-y: hidden;
      9 }
     10 </style>
     11 <div>
     12  <math display="block" style="width: min-content;">
     13    <mn>text</mn>
     14  </math>
     15 </div>
     16 <div style="direction: rtl;">
     17  <math display="block" style="width: min-content;">
     18    <mn>text</mn>
     19  </math>
     20 </div>