fixed chat drawer mobile formatting
This commit is contained in:
parent
c33ce3d03a
commit
5c1434a2e7
4 changed files with 15 additions and 10 deletions
|
|
@ -72,6 +72,7 @@ export default function ChatOutput(props: Props) {
|
|||
<Box ref={containerRef} onScroll={onScroll} style={{
|
||||
overflowY: "scroll",
|
||||
overflowX: "hidden",
|
||||
height: "100%",
|
||||
}}>
|
||||
{props.messages.length < props.totalMessages && (
|
||||
<ListItemButton onClick={seeMore} sx={{ justifyContent: "center"}}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue