Skip to content

Commit 478cd0d

Browse files
committed
Update max height changes for MessageWindow
1 parent d7c4abe commit 478cd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Chat/components/MessageWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function MessageWindow({
5050
</div>
5151
) : (
5252
<div
53-
className={`max-h-[calc(100dvh-240px)] mx-auto max-w-[700px] ${
53+
className={`max-h-[calc(100dvh-240px)] sm:max-h-[calc(100dvh-20rem)] mx-auto max-w-[700px] ${
5454
isOngoing ? "overflow-y-scroll" : "overflow-y-none"
5555
}`}
5656
ref={messagesRef}

0 commit comments

Comments
 (0)