fix: changed param (#2964)
This commit is contained in:
parent
ce707d2e05
commit
af8f83980f
|
@ -141,7 +141,7 @@ export class VaultSelectComponent implements OnInit {
|
|||
.withPositions(this.overlayPostition);
|
||||
|
||||
this.overlayRef = this.overlay.create({
|
||||
hasBackdrop: false,
|
||||
hasBackdrop: true,
|
||||
positionStrategy,
|
||||
maxHeight: viewPortHeight - 160,
|
||||
backdropClass: "cdk-overlay-transparent-backdrop",
|
||||
|
|
Loading…
Reference in New Issue