18 lines
466 B
Plaintext
Raw Normal View History

2021-11-20 04:06:16 +00:00
// Desktop scrollbar
@media (hover: hover) and (pointer: fine)
body
scrollbar-width scrollbar-size
scrollbar-color scrollbar-thumb-color scrollbar-track-color
::-webkit-scrollbar
width scrollbar-size
::-webkit-scrollbar-track
background-color scrollbar-track-color
::-webkit-scrollbar-thumb
border scrollbar-border-size solid transparent
2021-11-20 04:07:50 +00:00
border-radius scrollbar-border-radius
2021-11-20 04:06:16 +00:00
background-clip content-box
background-color scrollbar-thumb-color