Fixed scrolling
This commit is contained in:
parent
56f04b9627
commit
e36ed818fb
@ -366,7 +366,7 @@ const Conversation = forwardRef<ConversationHandle, ConversationProps>((props: C
|
||||
// ...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 }}>
|
||||
{
|
||||
filteredConversation.map((message, index) =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user