tor-browser

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

scrollbar-width-thin.html (96B)


      1 <!doctype html>
      2 <style>
      3  :root {
      4    scrollbar-width: thin;
      5    overflow: scroll;
      6  }
      7 </style>