scrollable icon indicating copy to clipboard operation
scrollable copied to clipboard

Angular2 Automatic Scroll Detection With Animation

Results 8 scrollable issues
Sort by recently updated
recently updated
newest added

After upgrade from angular 5 to angular 11 NguiScrollableModule is not working. ![image](https://user-images.githubusercontent.com/40441760/100278691-e8744d00-2f2a-11eb-955b-90c84b3620e0.png) ![image](https://user-images.githubusercontent.com/40441760/100278771-02159480-2f2b-11eb-9629-280f6aa655d2.png) The issue is causing because it's returning empty in scrollable.module.js file var NguiScrollableModule = (function ()...

Horizontal scroll is broken for Chrome Version 61.0.3163.100 (Official Build) (64-bit)

Please can you help me in this ASAP. Client needed urgently. Samsung, Moto devices Google chrome latest browser CLI : 1.3.2 Typescript : 2.5.2 ng2-scrollable : 0.8.0 Thank you.

I following [demo](https://plnkr.co/edit/wLVudY?p=preview&open=app.component.ts) and simple edit code like this <ul> <li *ngFor="let num of [1,2,3,4,5,6,7,8,9,10]" [class.current]="id == 's'+ num " (click)="scrollTo('#s'+num, '#v-scrollable')">{{num}} </ul> scrolled to: {{id}} <div id="v-scrollable" class="scrollable section"...

bug

I can not find the setting for this. will it be a new setting in the next version?

i'm trying to use this lib in a universal project . can you work around with the use of window object? ReferenceError: window is not defined