zefoy / ngx-perfect-scrollbar

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

Fixed Nested Native Scroll Issue #314

Closed sajagjain closed 3 years ago

sajagjain commented 3 years ago

Native Scrollbars does not by default inside of perfect-scrollbar. The support for classes was added to perfect-scrollbar as mentioned in issue #577

This PR will extend the behavior and simplify adding classes using [forceNativeScrolling] directive on the overflowed element.

Issue Repro Link: https://stackblitz.com/edit/angular-hrdxrj

Example Usage of Directive is shown in attached file:

ForcedNativeScrollingDemo.txt

sconix commented 3 years ago

Thanks, will try to remember merge and make new release this weekend.

sajagjain commented 3 years ago

Hi @sconix,

Is there an update on when this will be merged?

sconix commented 3 years ago

I will try to do it tomorrow if not today.