updated chat styling; text input now always visible

This commit is contained in:
Carter 2024-12-04 15:26:04 -06:00
parent 1a9ee12533
commit 9ec1956687
4 changed files with 36 additions and 7 deletions

View file

@ -68,11 +68,11 @@ export default function ChatOutput(props: Props) {
return (
<Box
//height="85%"
height="auto"
// height="auto"
style={{
overflowY: "scroll",
overflowX: "hidden",
borderRadius: "4px"
// borderRadius: "4px"
}}>
{props.messages.length < props.totalMessages && (
<div style={{ textAlign: "center" }}>