I tried to make a scroll for a dialog in reposition strategy, but it doesn\'t work for me.
const scrollStrategy = this.overlay.scrollStrategies.reposition(); con
I tried this way,
const dialogRef = this.dialog.open(LoginModalComponent, { autoFocus: false, maxHeight: '90vh' //you can adjust the value as per your view });