mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

Resize Problem #14

Closed nicholasleblanc closed 11 years ago

nicholasleblanc commented 11 years ago

I have a dynamically sized container in which I'm using customScrollbar. After dynamically resizing my container (and some other elements within), I call .customScrollbar('resize') (which is attached to an element within the container). The problem that I'm having is that the actual scroll height of the customScrollbar element is almost 2x the size it should be, meaning that there is always tons of extra white space at the bottom. This problem only seem's to occur when I'm hiding or showing a second customScrollbar element (not sure if it's related).

mzubala commented 11 years ago

I can't repeat it. Could you submit some js+html+css that causes this bug?