mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-03-09 11:02:03 +00:00
Fix: Scroll doesn't propagate by default (PerfectScrollbar)
This commit is contained in:
parent
528fa31df6
commit
ca0f46b414
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user