mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-05 01:56:12 +00:00
Fix: Scroll doesn't propagate by default (PerfectScrollbar)
This commit is contained in:
@@ -49,7 +49,9 @@ export class FusePerfectScrollbarDirective implements OnInit, AfterViewInit, OnD
|
||||
}
|
||||
|
||||
// Initialize the perfect-scrollbar
|
||||
this.ps = new PerfectScrollbar(this.element.nativeElement);
|
||||
this.ps = new PerfectScrollbar(this.element.nativeElement, {
|
||||
wheelPropagation: true
|
||||
});
|
||||
}
|
||||
|
||||
ngOnDestroy()
|
||||
|
||||
Reference in New Issue
Block a user