gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
756 stars 238 forks source link

Problem with offcanvas sidebar #128

Closed pavlito closed 6 years ago

pavlito commented 7 years ago

Hi Gromo,

Great plugin!!!

Currently i am experiencing problem, scrollbar-inner somehow doesnt calculate height. Check ss image

Suggestion?

gromo commented 7 years ago

What css do you use? What about native scrollbar - does it behave the same?

pavlito commented 7 years ago

I am using bootstrap panel If I set default overflow:scroll to panel-body -> then same problem. If i set to panel (whole element) -> it works?

pavlito commented 7 years ago

image

If i set height of panel to 95% -> then works..

pavlito commented 7 years ago

image Activating scrollbar plugin, scrollbar gets stucked :)

gromo commented 7 years ago

I think there are some CSS rules that prevent using jquery scrollbar on bootstrap panel/panel-body. Can you wrap your content inside panel-body into custom DIV with height/width you need (configured via CSS class!) and apply custom scrollbar there?