我发现关于滚动对话框的所有内容都与覆盖层有关,但它是为了描述对话框之外的行为,但我需要滚动其中不在 mat-content 中的内容,因为它是一个完整的组件。
要打开我正在使用的对话框:
const dialogRef = this.dialog.open(CadastroPessoaComponent, dialogConfig)
对话框配置是这样的:
dialogConfig.width = '90%';
scroll dialog angular
angular ×1
dialog ×1
scroll ×1