This commit is contained in:
roomote-v0[bot] 2026-04-09 10:15:18 -06:00 committed by GitHub
commit f0df4f7f09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -377,7 +377,7 @@ const WelcomeViewProvider = () => {
{/* Expand API options only when custom provider is selected, max height is used to force a transition */}
<div className="mb-8 border-l-2 border-vscode-panel-border pl-6 ml-[7px]">
<div
className={`overflow-clip transition-[max-height] ease-in-out duration-300 ${selectedProvider === "custom" ? "max-h-[600px]" : "max-h-0"}`}>
className={`overflow-y-auto transition-[max-height] ease-in-out duration-300 ${selectedProvider === "custom" ? "max-h-[600px]" : "max-h-0"}`}>
<ApiOptions
fromWelcomeView
apiConfiguration={apiConfiguration || {}}