fixed chat drawer mobile formatting

This commit is contained in:
Carter 2026-02-25 12:01:21 -06:00
parent c33ce3d03a
commit 5c1434a2e7
4 changed files with 15 additions and 10 deletions

View file

@ -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"}}>