Buddhika P. De Silva

Results 2 comments of Buddhika P. De Silva

**In app.component.html** - add above to ng-sidebar-content `` - add above to router-outlet ` ` **In app.component.ts** ``` @ViewChild('inner') inner: ElementRef; onActivate(event) { this.inner.nativeElement.parentElement.scrollTop = 0; } ``` Just try...

@RedHeartSecretMan I have the same issue, can you explain how you fixed it?