forgot to edit max h

This commit is contained in:
legop3
2025-11-24 03:44:14 -05:00
parent 82f1b71c26
commit a595d793d6
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export default function ModeGateOverlay() {
</div>
You can use the chat from here though :3
{/* set max height of this box */}
<div className='max-h-60 overflow-y-auto'>
<div className='max-h-80 overflow-y-auto'>
<ChatPanel />
<NicknameForm />
</div>