mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
Set scrollbar style to global
This commit is contained in:
parent
94dd33a870
commit
88ab7b6579
|
@ -8,15 +8,15 @@
|
||||||
scrollbar-color: @base-70 transparent;
|
scrollbar-color: @base-70 transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background-color: @base-70;
|
background-color: @base-70;
|
||||||
border: 4px solid transparent;
|
border: 4px solid transparent;
|
||||||
}
|
}
|
Loading…
Reference in a new issue