git ssb

2+

mixmix / ticktack



Tree: ec7545f42881ca25d5d62a67b797b7ca4104ad11

Files: ec7545f42881ca25d5d62a67b797b7ca4104ad11 / 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