We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e167819 + 1f06c0b commit d7c4dbfCopy full SHA for d7c4dbf
src/webview/components/settings/custom-renders/ai-provider-management/provider-form-dialog.tsx
@@ -92,7 +92,7 @@ export const ProviderFormDialog = ({
92
93
return (
94
<Dialog open={open} onOpenChange={onOpenChange}>
95
- <DialogContent className="w-[calc(100vw-2rem)] max-h-[800px] rounded-lg p-0">
+ <DialogContent className="w-[calc(100vw-2rem)] max-h-[90vh] overflow-y-auto rounded-lg p-0">
96
<DialogHeader className="p-4 border-b">
97
<DialogTitle>
98
{initialProvider
0 commit comments