1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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",
overlayY: "top",
},
// Fallback position: show above the trigger
{
originX: "start",
originY: "top",
overlayX: "start",
overlayY: "bottom",
originX: "end",
originY: "bottom",
overlayX: "end",
overlayY: "top",
},
])
.withLockedPosition(true)