git ssb

2+

mixmix / ticktack



Tree: 0f3f8657225d9eb6e00c551660cc3a05e760c3bd

Files: 0f3f8657225d9eb6e00c551660cc3a05e760c3bd / 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