git ssb

2+

mixmix / ticktack



Tree: 140bd2aa4c9baa0075ccea378b2376a4c90cf8fc

Files: 140bd2aa4c9baa0075ccea378b2376a4c90cf8fc / 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