tor-browser

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

scrollbars.css (217B)


      1 /* This makes the scrollbars visible on mac, both to humans and screenshots.*/
      2 
      3 ::-webkit-scrollbar {
      4    -webkit-appearance: none;
      5 }
      6 
      7 ::-webkit-scrollbar-track {
      8    background-color: #eee;
      9    border-radius: 8px;
     10 }