From 40e8a6a6628cb464c9bec05bb12a662cd3bbbf73 Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 31 Dec 2025 22:44:11 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=EB=85=84=EC=9B=94=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20=EC=9C=84=EC=B9=98=20=EC=A1=B0=EC=A0=95=20(-left-72?= =?UTF-8?q?px),=20=EA=B0=80=EB=A1=9C=20=EC=8A=A4=ED=81=AC=EB=A1=A4?= =?UTF-8?q?=EB=B0=94=20=EB=86=92=EC=9D=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/index.css | 1 + frontend/src/pages/pc/Schedule.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index a3d2a50..8d377fd 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -21,6 +21,7 @@ body { /* 스크롤바 스타일 */ ::-webkit-scrollbar { width: 8px; + height: 8px; } ::-webkit-scrollbar-track { diff --git a/frontend/src/pages/pc/Schedule.jsx b/frontend/src/pages/pc/Schedule.jsx index 6a701f9..cf0be62 100644 --- a/frontend/src/pages/pc/Schedule.jsx +++ b/frontend/src/pages/pc/Schedule.jsx @@ -138,7 +138,7 @@ function Schedule() { initial={{ opacity: 0, y: -10 }} animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: -10 }} - className="absolute top-12 -left-20 w-72 bg-white rounded-xl shadow-lg border border-gray-100 p-4 z-10" + className="absolute top-12 -left-[72px] w-72 bg-white rounded-xl shadow-lg border border-gray-100 p-4 z-10" > {/* 년도 선택 */}