Fixed scrolling

This commit is contained in:
James Ketr 2025-05-23 12:13:03 -07:00
parent 56f04b9627
commit e36ed818fb

View File

@ -366,7 +366,7 @@ const Conversation = forwardRef<ConversationHandle, ConversationProps>((props: C
// ...sx // ...sx
// }} // }}
// > // >
<Box className="Conversation" sx={{ border: "1px solid green", flexGrow: 1, minHeight: "max-content", height: "max-content", maxHeight: "max-content", overflow: "hidden" }}> <Box className="Conversation" sx={{ flexGrow: 1, minHeight: "max-content", height: "max-content", maxHeight: "max-content", overflow: "hidden" }}>
<Box sx={{ p: 1, mt: 0, ...sx }}> <Box sx={{ p: 1, mt: 0, ...sx }}>
{ {
filteredConversation.map((message, index) => filteredConversation.map((message, index) =>