mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
This reverts commit b0ccadcc0f.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user