Tested 2 seconds ago , its working.. The CSS script is designed to change the color of all your Flarum scrollbars. I designed it for both Chrome and Firefox browsers!
A neat script, copy and paste in Appearance - Custom Styles
::-webkit-scrollbar {
height: 12px;
width: 6px;
background: #e7edf3;
}
::-webkit-scrollbar-thumb {
background: #e7672e;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
:root {
scrollbar-color: #e7672e #e7edf3 !important;
scrollbar-width: thin !important;
}
You might also be interested:
Adding a CSS Snow Animation Effect https://discuss.flarum.org/d/27588