tor-browser

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

spinner-overflow-vertical.html (234B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4  input {
      5    appearance: none;
      6    outline: 2px solid black;
      7  }
      8 </style>
      9 <input type="number" style="writing-mode: vertical-lr">
     10 <input type="number" style="writing-mode: vertical-rl">