tor-browser

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

rtl-scrollbar.html (319B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta http-equiv="content-type" content="text/html; charset=utf-8">
      5  <title></title>
      6 </head>
      7 <body>
      8  <textarea dir="rtl" cols=20 rows=4
      9            style="overflow: scroll;
     10                   resize: none;
     11                   scrollbar-color: pink blue"></textarea>
     12 </body>
     13 </html>