2 years ago
#64559
user3384985
How do you enable background scrolling even though Angular material dialog is opened?
Let's say, I have a table on my page with 100 items, and scrolling is enabled. I have opened an Angular dialog but still, need to enable the table scrolling. By default, when you make disableClose: true
or disableClose: false
you can't scroll the background table rows. I need to enable table rows scrolling when a dialog's option is disableClose: true
.
Also, I tried with scrollStrategy: this.overlay.scrollStrategies.block()
which does not work as well.
angular
angular-material
dialog
0 Answers
Your Answer