fix: open document actions dropdown to the right

This commit is contained in:
ephraimduncan
2026-07-07 07:37:39 +00:00
parent 50f272be87
commit 6552217391
@@ -74,7 +74,7 @@ export const DocumentPageViewDropdown = ({ envelope }: DocumentPageViewDropdownP
<MoreHorizontal className="h-5 w-5 text-muted-foreground" />
</DropdownMenuTrigger>
<DropdownMenuContent className="w-52" align="end" forceMount>
<DropdownMenuContent className="w-52" align="start" forceMount>
<DropdownMenuLabel>
<Trans>Action</Trans>
</DropdownMenuLabel>