Skip to content

Commit

Permalink
🐛 fix: fix agent system role modal scrolling when content is too long (
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go authored Dec 25, 2023
1 parent 5986374 commit f482a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/chat/features/SystemRole/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const SystemRole = memo(() => {
<EditableMessage
classNames={{ markdown: styles.prompt }}
editing={editing}
height={editing ? 'calc(70vh - 108px)' : 'calc(70vh - 357.43px)'}
model={{
extra: (
<AgentInfo
Expand Down

0 comments on commit f482a80

Please sign in to comment.