mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
fix(create-project): anchor Source popover to top so it doesn't get pushed below the trigger when the modal is expanded
This commit is contained in:
@@ -568,7 +568,7 @@ export function CreateProjectModal({ onClose }: { onClose: () => void }) {
|
||||
</PillButton>
|
||||
}
|
||||
/>
|
||||
<PopoverContent align="start" className="w-72 p-2 space-y-2">
|
||||
<PopoverContent side="top" align="start" className="w-72 p-2 space-y-2">
|
||||
{/* Source mode is binary — repo OR local directory, never both.
|
||||
Local option is desktop-only because a local_directory
|
||||
resource has to be pinned to a daemon_id, which doesn't
|
||||
|
||||
Reference in New Issue
Block a user