This commit is contained in:
GH Action - Upstream Sync 2023-07-01 01:39:10 +00:00
commit 8270618408
2 changed files with 2 additions and 1 deletions

View File

@ -212,6 +212,7 @@
.chat-body { .chat-body {
flex: 1; flex: 1;
overflow: auto; overflow: auto;
overflow-x: hidden;
padding: 20px; padding: 20px;
padding-bottom: 40px; padding-bottom: 40px;
position: relative; position: relative;

View File

@ -922,7 +922,7 @@ export function Chat() {
}} }}
></IconButton> ></IconButton>
</div> </div>
{message.role === "user" ? ( {isUser ? (
<Avatar avatar={config.avatar} /> <Avatar avatar={config.avatar} />
) : ( ) : (
<MaskAvatar mask={session.mask} /> <MaskAvatar mask={session.mask} />