I am creating a list of organizations on the left side of this page: http://www.ihhub.org/member-map/
This list is created by adding the <span> tags associated with the corresponding map.
My problem is the scrollbar does not appear in CHROME, but appears in Firefox and Safari.
Any solutions?
UPDATE:
This issue seems to be isolated from MAC OS.
DECISION:
::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0,0,0,.5); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); }
source share