How do I change the colour of the scroll bars?
Add the following code somewhere after the CSS file for the script. You can add this in <style> tags if you’d prefer.
#giveYourMapAName. scrollHorizontal, #giveYourMapAName. scrollVertical { background-color:#000000; }