diff --git a/apps/web/src/app/tournament/[id]/create/_components/participant-panel/ParticipantPanel.tsx b/apps/web/src/app/tournament/[id]/create/_components/participant-panel/ParticipantPanel.tsx index cada3d2d..e2c6591f 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/participant-panel/ParticipantPanel.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/participant-panel/ParticipantPanel.tsx @@ -7,6 +7,7 @@ import { AddIconOutline, ChevronDownIconOutline, ChevronUpIconOutline } from '@/ import UserProfileGroup from '@/components/user-profile-group'; import type { UserT } from '@/components/user-profile-group/userProfile.const'; import { ROUTES } from '@/consts/route'; +import { Z_INDEX } from '@/consts/zIndex'; import { cn } from '@/utils/cn'; import { useGetTournament } from '../../../_common/_hooks/useGetTournament'; @@ -102,7 +103,10 @@ function ParticipantPanel({ {isExpanded && ( -
+
{participants.map(({ user, itemCount }) => (