We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c4abe commit 478cd0dCopy full SHA for 478cd0d
frontend/src/pages/Chat/components/MessageWindow.tsx
@@ -50,7 +50,7 @@ export default function MessageWindow({
50
</div>
51
) : (
52
<div
53
- className={`max-h-[calc(100dvh-240px)] mx-auto max-w-[700px] ${
+ className={`max-h-[calc(100dvh-240px)] sm:max-h-[calc(100dvh-20rem)] mx-auto max-w-[700px] ${
54
isOngoing ? "overflow-y-scroll" : "overflow-y-none"
55
}`}
56
ref={messagesRef}
0 commit comments