Open gvolkan opened 9 years ago
Facing the same issue but with a twist. The following piece of code allows page scroll when scrolling up but not when scrolling down.
slimscroll="{height: '395px', allowPageScroll: true}"
Adding or removing noWatch
makes not a bit of difference.
Hi @gvolkan, @Kaylors , could you please provide the version number of jquery you are using? As I know, slimscroll only works on the jquery 1.x version.
hi, i try to add slimscroll="{allowPageScroll:true}" prop to options but not working until setting noWatch prop to true:( slimscroll="{allowPageScroll:true,noWatch:true}" can u check it for me??
i changed and tried it with original silmscroll example page(allow-page-scroll.html)