mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
19 lines
271 B
Plaintext
19 lines
271 B
Plaintext
* {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: @base-70 transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 4px;
|
|
height: 4px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: @base-70;
|
|
border: 4px solid transparent;
|
|
}
|