Set scrollbar style to global

This commit is contained in:
alistair3149 2019-12-02 15:09:14 -05:00
parent 94dd33a870
commit 88ab7b6579

View file

@ -8,15 +8,15 @@
scrollbar-color: @base-70 transparent;
}
body::-webkit-scrollbar {
::-webkit-scrollbar {
width: 4px;
}
body::-webkit-scrollbar-track {
::-webkit-scrollbar-track {
background: transparent;
}
body::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
background-color: @base-70;
border: 4px solid transparent;
}