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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)