This commit is contained in:
legop3
2025-11-24 03:00:28 -05:00
parent 0e80bda371
commit 00f31efc3d
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export default function UserListPanel({ hideNicknameForm = false, hideHeader = f
}, []);
return (
<section className={`panel-section flex h-full flex-col space-y-0.5 text-base ${className}`}>
<section className={`panel-section flex h-full flex-col space-y-0.5 overflow-hidden text-base ${className}`}>
{!hideNicknameForm && (
<div className="space-y-0.5">
<NicknameForm />