diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index c155074f..7b010ee9 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -1131,6 +1131,7 @@ export default function Dashboard() { id="displayName" value={displayName} onChange={(e) => setDisplayName(e.target.value)} + className="pointer-events-auto" />