fix: changed param (#2964)

This commit is contained in:
Brandon Maharaj 2022-06-24 12:46:16 -04:00 committed by GitHub
parent ce707d2e05
commit af8f83980f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",