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 e45b521 commit 03ac1a2Copy full SHA for 03ac1a2
web/src/components/initialSetup/welcome/WelcomeModal.tsx
@@ -65,7 +65,8 @@ export function _WelcomeModal({ user }: { user: User | null }) {
65
enabling intelligent responses to your queries.
66
</Text>
67
68
- <div className="max-h-[900px] overflow-y-scroll">
+ {/* NOTE(sd109): The upstream CSS here breaks custom model modal on regular sized laptop screens */}
69
+ <div className="max-h-[50vh] overflow-y-auto">
70
<ApiKeyForm
71
hidePopup
72
onSuccess={() => {
0 commit comments