MurhafSousli / ngx-scrollbar

Custom overlay-scrollbars with native scrolling mechanism
https://ngx-scrollbar.netlify.app/
MIT License
622 stars 99 forks source link

No scrollbar shown when combining cdk-virtual-scroll-viewport and mat-table #668

Open tim1993 opened 3 weeks ago

tim1993 commented 3 weeks ago

Reproduction

https://stackblitz.com/edit/ngx-scrollbar-rjr3wf?file=src%2Fmain.ts,package.json

Steps to reproduce:

  1. Setup of ng-scrollbar with external viewport to work with cdk-virtual-scroll-viewport
  2. Insert mat-table inside of cdk-virtual-scroll-viewport

Expected Behavior

Scrollable mat-table with scroll indicators

Actual Behavior

Scrolling of mat-table is possible, but no scroll indicators are shown

Environment