Customizing the scrollbar

I am looking for a way to implement a nice looking scrollbar.

I know about these packages:

  1. https://atmospherejs.com/jackyqiu/meteor-jquery-nicescroll
  2. https://atmospherejs.com/mquandalle/perfect-scrollbar

They are ok, but I don’t like their design.
I would like the scrollbar to be thinner. Like here: http://devdocs.io/

Has anyone done this? Do you maybe have I package that I overlooked?

cheers godo

I styled my scrollbar for -webkit- with pure css:
http://www.webonaut.dk/

The code starts at line 16:

I don’t know a solution for better browser support.
I would look into the packages you mentioned, if that really was needed.

1 Like