This commit is contained in:
legop3
2025-11-24 03:27:35 -05:00
parent 7bbb039da1
commit 2f9349fb40
7 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default function ChatPanel({ hideInput = false, hideSpectatorNotice = fal
}
const listClass = fillParent
? 'flex-1 min-h-[8rem]'
? 'flex-1 min-h-[8rem] min-h-0'
: 'h-48';
return (
+1 -1
View File
@@ -91,7 +91,7 @@ export default function UserListPanel({ hideNicknameForm = false, hideHeader = f
return Math.ceil(ms / 1000);
}, []);
const listClass = fillParent ? 'flex-1 min-h-[8rem]' : 'h-48';
const listClass = fillParent ? 'flex-1 min-h-[8rem] min-h-0' : 'h-48';
return (
<section