Skip to content

Commit c69c8a7

Browse files
committed
Pin controls at the bottom
1 parent 5585adb commit c69c8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat/src/components/MessageList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function MessageList({
4545

4646
return (
4747
<div
48-
className="overflow-y-auto"
48+
className="overflow-y-auto flex-1"
4949
ref={(scrollAreaRef) => {
5050
if (!scrollAreaRef) {
5151
return;

0 commit comments

Comments
 (0)