fixed scrol

This commit is contained in:
Patrick_Pluto 2024-10-01 11:57:38 +02:00
parent ee6f699a8a
commit 40eddcd195

View file

@ -51,9 +51,9 @@ const ConversationFrontend = React.forwardRef<HTMLDivElement, ConversationProps>
</button> </button>
<p id="copiedText" style={{ opacity: isClicked ? "1" : "0", transition: "all 0.3s ease-in-out" }}>Copied!</p> <p id="copiedText" style={{ opacity: isClicked ? "1" : "0", transition: "all 0.3s ease-in-out" }}>Copied!</p>
</div> </div>
</div>
<div ref={messagesEndRef} /> <div ref={messagesEndRef} />
</div> </div>
</div>
); );
} }
); );