From 92782e90228156cb82fe799176c845d857e074ef Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 10 Jan 2026 09:42:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A7=88=EC=A7=80=EB=A7=89=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EA=B2=B0=EA=B3=BC=20=ED=95=AD=EB=AA=A9=20=EC=97=AC?= =?UTF-8?q?=EB=B0=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/pc/public/Schedule.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/pc/public/Schedule.jsx b/frontend/src/pages/pc/public/Schedule.jsx index 517d42e..19fcad1 100644 --- a/frontend/src/pages/pc/public/Schedule.jsx +++ b/frontend/src/pages/pc/public/Schedule.jsx @@ -859,7 +859,7 @@ function Schedule() { transform: `translateY(${virtualItem.start}px)`, }} > -
+
handleScheduleClick(schedule)} className="flex items-stretch bg-white rounded-2xl shadow-sm hover:shadow-md transition-shadow overflow-hidden cursor-pointer h-[120px]"