Skip to content

Commit d7c4dbf

Browse files
authored
Merge pull request #130 from Euraxluo/dev
fix ai provider manage dialog height
2 parents e167819 + 1f06c0b commit d7c4dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/components/settings/custom-renders/ai-provider-management/provider-form-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const ProviderFormDialog = ({
9292

9393
return (
9494
<Dialog open={open} onOpenChange={onOpenChange}>
95-
<DialogContent className="w-[calc(100vw-2rem)] max-h-[800px] rounded-lg p-0">
95+
<DialogContent className="w-[calc(100vw-2rem)] max-h-[90vh] overflow-y-auto rounded-lg p-0">
9696
<DialogHeader className="p-4 border-b">
9797
<DialogTitle>
9898
{initialProvider

0 commit comments

Comments
 (0)