mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

Fixed thumb size #17

Closed alleknalle closed 10 years ago

alleknalle commented 10 years ago

I don't know if it's already possible, but I would like to give the vertical thumb a fixed height. When I do this, my thumb stops halfway the page and not at the end.

Could you make this possible to do?

mzubala commented 10 years ago

There is only an option to have min-height (or min-width) of the thumb just in case you have so big list that thumb is almost invisible. You define that in css.

Why do you want to have fixed thumb size? Thumb size is auto-calculated to inform your users how long is the whole content and its visible part.

alleknalle commented 10 years ago

It's something my client requires. She wants the thumb to be an image. And now the image stops halfway.

mzubala commented 10 years ago

I added 2 extra options: fixedThumbHeight and fixedThumbWidth. They're described in the documentation.

alleknalle commented 10 years ago

Thanks!