tor-browser

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

spinner-overflow-vertical-ref.html (254B)


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