mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
fix: update bit-menu withPush (#4240)
This commit is contained in:
@@ -49,7 +49,7 @@ export class MenuTriggerForDirective implements OnDestroy {
|
||||
])
|
||||
.withLockedPosition(true)
|
||||
.withFlexibleDimensions(false)
|
||||
.withPush(false),
|
||||
.withPush(true),
|
||||
};
|
||||
private closedEventsSub: Subscription;
|
||||
private keyDownEventsSub: Subscription;
|
||||
|
||||
Reference in New Issue
Block a user