Files: 858e6680e313a0e7ea426317a18f59ff5c7098c8 / styles / scrollbar.mcss
254 bytesRaw
1 | ::-webkit-scrollbar { |
2 | width: 8px |
3 | } |
4 | |
5 | ::-webkit-scrollbar-track { |
6 | background-color: #fff |
7 | } |
8 | |
9 | ::-webkit-scrollbar-thumb { |
10 | border-radius: 8px |
11 | background-color: rgba(0,0,0,0.15) |
12 | } |
13 | |
14 | /* reference: https://css-tricks.com/custom-scrollbars-in-webkit/ */ |
15 | |
16 |
Built with git-ssb-web