mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 11:00:08 +00:00
19 lines
303 B
Plaintext
19 lines
303 B
Plaintext
* {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: var( --scrollbar-color ) transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 4px;
|
|
height: 4px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: var( --scrollbar-color );
|
|
border: 4px solid transparent;
|
|
}
|