simplebar icon indicating copy to clipboard operation
simplebar copied to clipboard

Does simplebar work with angular material's virtual scrolling?

Open amoghskulkarni opened this issue 4 years ago • 2 comments

Just tried using the ngx-simplebar component inside cdk-virtual-scroll-viewport (which is used for virtual scrolling) and it didn't hide the scroll bar.

Does Simplebar support such a usage?

P.S. : package.json

   "@angular/animations": "^8.2.13",
    "@angular/cdk": "^8.2.3",
    "@angular/common": "~8.2.13",
    "@angular/core": "~8.2.13",
    "@angular/material": "^8.2.3",
    ...
    "simplebar-angular": "^2.1.0",
    ...

amoghskulkarni avatar May 01 '20 00:05 amoghskulkarni