tor-browser

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

scrollbar-gutter-with-background-gradient.html (553B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Overflow: test scrollbar-gutter with background gradient</title>
      4 <link rel="author" title="CGQAQ" href="mailto:m.jason.liu@gmail.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-overflow-4/#scrollbar-gutter-property">
      6 <link rel="match" href="scrollbar-gutter-with-background-gradient-ref.html">
      7 <meta name=fuzzy content="maxDifference=0-1;totalPixels=0-70000">
      8 <style>
      9  html {
     10    scrollbar-gutter: stable both-edges;
     11    background-image: linear-gradient(to right, green, blue);
     12  }
     13 </style>