Compare commits

...

1 Commits

Author SHA1 Message Date
ephraimduncan 6552217391 fix: open document actions dropdown to the right 2026-07-07 07:37:39 +00:00
@@ -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>