Skip to content

Commit

Permalink
💄 style: add max height to model menu in chat input area (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Nov 8, 2023
1 parent bfba960 commit c9a86f3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ const ActionLeft = memo(() => {
onClick: (e) => {
updateAgentConfig({ model: e.key as LanguageModel });
},
style: {
maxHeight: 400,
overflow: 'scroll',
},
}}
trigger={['click']}
>
Expand Down

0 comments on commit c9a86f3

Please sign in to comment.