jurgh1
Results
2
comments of
jurgh1
For me, ```scss .mat-dialog-content { height: 100%; } ``` did the trick, when I have a set dialog height ```ts const dialogConfig = new MatDialogConfig(); dialogConfig.height = '80%'; ```
Don't set the url in pointStyle directly. ```typescript private image = new Image() ngOnInit() { this.image.src = url } ... pointStyle: this.image ```