1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

Revert "fix menu trigger fallback position (#14040)" (#14112)

This reverts commit b0ccadcc0f.
This commit is contained in:
Vicki League
2025-04-03 15:09:10 -04:00
committed by GitHub
parent 5455d22937
commit 64bbdcd638

View File

@@ -48,12 +48,11 @@ export class MenuTriggerForDirective implements OnDestroy {
overlayX: "start", overlayX: "start",
overlayY: "top", overlayY: "top",
}, },
// Fallback position: show above the trigger
{ {
originX: "start", originX: "end",
originY: "top", originY: "bottom",
overlayX: "start", overlayX: "end",
overlayY: "bottom", overlayY: "top",
}, },
]) ])
.withLockedPosition(true) .withLockedPosition(true)