mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 19:02:45 +01:00
7 lines
127 B
CSS
7 lines
127 B
CSS
/*Thinner scrollbar*/
|
|
::-webkit-scrollbar {
|
|
height: 6px !important;
|
|
width: 0px !important;
|
|
background-color: transparent;
|
|
}
|