From 85541976b09169260681148ef99acfe17c09c563 Mon Sep 17 00:00:00 2001 From: kanghaeun Date: Wed, 12 Aug 2026 18:49:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B4=88=EB=8C=80=20=EB=B0=B0=EB=84=88?= =?UTF-8?q?=20=ED=8E=BC=EC=B9=A8=20=EC=98=81=EC=97=AD=EC=9D=B4=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=9D=B4=EB=AF=B8=EC=A7=80=EC=97=90=20=EA=B0=80?= =?UTF-8?q?=EB=A0=A4=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_components/participant-panel/ParticipantPanel.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 cd665760..b862066c 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 DepositCountdown from '../deposit-countdown/DepositCountdown'; @@ -92,7 +93,10 @@ function ParticipantPanel({ {isExpanded && ( -
+
{participants.map(({ user, itemCount }) => (