我正在为我的应用程序中的所有滚动条使用ngx-scrollbar。 但是,它不适用于mat-dialog-content。
使用以下代码,ngx-scrollbar不会显示。
<div class="dialog-header">
<h4>Header Here</h4>
</div>
<mat-dialog-content>
<ng-scrollbar>
{{ contents.here }}
</ng-scrollbar>
<mat-dialog-content>
<mat-dialog-actions>
... some buttons here
</mat-dialog-actions>