mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-23 19:32:46 +01:00
10 lines
233 B
CSS
10 lines
233 B
CSS
|
/* If you want to remove the scrollbar for a cleaner UI
|
||
|
remove both slashes and * from each line below
|
||
|
*/
|
||
|
|
||
|
::-webkit-scrollbar {
|
||
|
/* height: 6px !important; */
|
||
|
/* width: 0px !important; */
|
||
|
/* background-color: transparent; */
|
||
|
}
|