fix chat getting toooo talll

This commit is contained in:
legop3
2025-11-24 02:50:17 -05:00
parent 59021281e9
commit 03ef441f1b
5 changed files with 10 additions and 6 deletions
+6 -2
View File
@@ -49,8 +49,12 @@ export default function ModeGateOverlay() {
<DiscordInviteButton text='Join our Discord server for updates!'/>
</div>
You can use the chat from here though :3
<ChatPanel />
<NicknameForm />
{/* set max height of this box */}
<div className='max-h-60 overflow-y-auto'>
<ChatPanel />
<NicknameForm />
</div>
{/* <p className="text-xs text-slate-500">
Your controls are paused until access is granted. You will automatically regain the interface once the mode
changes or after a successful login.