Closed pavlito closed 6 years ago
What css do you use? What about native scrollbar - does it behave the same?
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?
If i set height of panel to 95% -> then works..
Activating scrollbar plugin, scrollbar gets stucked :)
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?
Hi Gromo,
Great plugin!!!
Currently i am experiencing problem, scrollbar-inner somehow doesnt calculate height. Check ss
Suggestion?