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.
1 parent 2278298 commit efdf153Copy full SHA for efdf153
1 file changed
src/renderer/components/settings/ProvidersPanel.tsx
@@ -1103,7 +1103,7 @@ export const ProvidersPanel = () => {
1103
</div>
1104
1105
{/* Provider Detail */}
1106
- <div className="flex-1 p-4 bg-background">
+ <div className="flex-1 p-4 bg-background overflow-y-auto">
1107
{selectedProvider ? (
1108
isLoadingConfig ? (
1109
<div className="flex items-center justify-center py-12">
0 commit comments