Fix layout of chat content when scrollbar becomes visible

This commit is contained in:
Saoud Rizwan
2024-07-22 07:59:06 -04:00
parent c11ab41d01
commit 612db6d070
3 changed files with 4 additions and 2 deletions

View File

@@ -343,7 +343,7 @@ const ChatRow: React.FC<ChatRowProps> = ({ message, syntaxHighlighterStyle }) =>
return (
<div
style={{
padding: "10px 15px 10px 15px",
padding: "10px 0px 10px 0px",
}}>
{renderContent()}
{isExpanded && message.say === "api_req_started" && (