Closed sajagjain closed 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.
[forceNativeScrolling]
Issue Repro Link: https://stackblitz.com/edit/angular-hrdxrj
Example Usage of Directive is shown in attached file:
ForcedNativeScrollingDemo.txt
Thanks, will try to remember merge and make new release this weekend.
Hi @sconix,
Is there an update on when this will be merged?
I will try to do it tomorrow if not today.
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