zefoy / ngx-perfect-scrollbar

Angular wrapper library for the Perfect Scrollbar
MIT License
522 stars 116 forks source link

Multiple perfect scrollbar in the same component #286

Open akarai9 opened 4 years ago

akarai9 commented 4 years ago

I am using perfect scrollbar two times in my component. It is working fine separately but if I try to scroll by my type script file using scroll to bottom method then it is catching first scrollbar component, even if I have created two view child and added them in my html. Can anyone provide me any solution ?

chiragdev8062 commented 2 years ago

@akarai9 did you got any solution ?