mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
fix: changed param (#2964)
This commit is contained in:
@@ -141,7 +141,7 @@ export class VaultSelectComponent implements OnInit {
|
|||||||
.withPositions(this.overlayPostition);
|
.withPositions(this.overlayPostition);
|
||||||
|
|
||||||
this.overlayRef = this.overlay.create({
|
this.overlayRef = this.overlay.create({
|
||||||
hasBackdrop: false,
|
hasBackdrop: true,
|
||||||
positionStrategy,
|
positionStrategy,
|
||||||
maxHeight: viewPortHeight - 160,
|
maxHeight: viewPortHeight - 160,
|
||||||
backdropClass: "cdk-overlay-transparent-backdrop",
|
backdropClass: "cdk-overlay-transparent-backdrop",
|
||||||
|
|||||||
Reference in New Issue
Block a user