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