I am using a custom scroll which works fine in chrome...but it does not work in Firefox or IE9.
This is the CSS:
::-webkit-scrollbar { width: 7px
It might be of interest: Firefox 64 contains now at least the scrollbar-width and scrollbar-color option for the track and thumb of the scrollbar, cf. release notes and bug tracker here: https://bugzilla.mozilla.org/show_bug.cgi?id=1460109
Best wishes, SG