Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit efdf153

Browse files
committed
fix: add scrollable overflow to provider detail panel, Close #136
1 parent 2278298 commit efdf153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/components/settings/ProvidersPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ export const ProvidersPanel = () => {
11031103
</div>
11041104

11051105
{/* Provider Detail */}
1106-
<div className="flex-1 p-4 bg-background">
1106+
<div className="flex-1 p-4 bg-background overflow-y-auto">
11071107
{selectedProvider ? (
11081108
isLoadingConfig ? (
11091109
<div className="flex items-center justify-center py-12">

0 commit comments

Comments
 (0)