mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
fix: changed param (#2964)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user