ngx-slimscroll
ngx-slimscroll copied to clipboard
On click event I am scrolling slimscroll section but ".slimscroll-bar" class top didn't change.
<a scrollTo href="#customerSupport">[1] For customer support</a>
<div class="action-panel-section" slimScroll [options]="opts">
<div style="height:500px"></div>
<div id="customerSupport" class="action-panel-inner-section"></div>
</div>