fix minor ui bugs

This commit is contained in:
Mckay Wrigley
2023-03-18 04:10:35 -06:00
parent cb4a3861ec
commit fa4e27a164
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export const Chat: FC<Props> = ({ model, messages, loading, lightMode, onSend, o
return (
<div className="h-full w-full flex flex-col dark:bg-[#343541]">
<div className="flex-1 overflow-y-auto">
<div className="flex-1 overflow-auto">
{messages.length === 0 ? (
<>
<div className="flex justify-center pt-8 overflow-auto">