fix(site): add left offset to agents sidebar user dropdown (#23162)

This commit is contained in:
Dean Sheather
2026-03-18 00:34:10 +11:00
committed by GitHub
parent a797a494ef
commit 87d4a29371
+5 -1
View File
@@ -851,7 +851,11 @@ export const AgentsSidebar: FC<AgentsSidebarProps> = (props) => {
</span>
</button>
</DropdownMenuTrigger>
<DropdownMenuContent align="start" className="min-w-auto w-[260px]">
<DropdownMenuContent
align="start"
alignOffset={4}
className="min-w-auto w-[260px]"
>
<UserDropdownContent
user={user}
buildInfo={buildInfo}