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 32b2b2f commit 4f060c7Copy full SHA for 4f060c7
webview-ui/src/components/common/CodeAccordian.tsx
@@ -173,7 +173,7 @@ const CodeAccordian = ({
173
</ToolUseBlockHeader>
174
)}
175
{(!hasHeader || isExpanded) && (
176
- <div className="overflow-x-auto overflow-y-hidden max-w-full">
+ <div className="overflow-x-auto overflow-y-auto max-h-[300px] max-w-full">
177
{inferredLanguage === "diff" ? (
178
<DiffView source={source} filePath={path} />
179
) : (
0 commit comments