OP 21 February, 2019 - 01:51 PM
ACP > Templates & Style > Themes > Your Theme > Global.css > Advanced Stylesheet > Add this to the bottom:
Code:
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-thumb {
background: #21569F;
-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
background: #2c2c2c;
-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}