updated chat styling; text input now always visible
This commit is contained in:
parent
1a9ee12533
commit
9ec1956687
4 changed files with 36 additions and 7 deletions
|
|
@ -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" }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue