Jquery slimscroll doesn't hide

889 views Asked by At

I am using jquery slimscroll plugin and I have a problem because it is shown even when there is no need, and after I move mouse, or tap on the page it hides (this happen when I navigate to the page where I use it). Is there any work around for this - I tried changing the plugin code, but the problem is it using page dimensions to determine visibility.

1

There are 1 answers

2
RaviC On

I have had the same issue and it's hard to believe what I found as a solution. Ready? Just remove the border on the container where you have applied the slimscroll. That fixed it.

I haven't found it necessary to look into the code but I am sure there's an easy fix for this.