From 6b534cfc881e9186ee2b2db1ac10d70174ee42af Mon Sep 17 00:00:00 2001 From: LocKey Date: Sun, 25 Jan 2026 16:38:57 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=9E=AD=ED=82=B9=20=EB=B0=94=20?= =?UTF-8?q?=EA=B8=B8=EC=9D=B4=20=EC=A7=A4=EB=A6=AC=EB=8A=94=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/CurriculumPage/CurriculumTable.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/gradu-web/src/pages/CurriculumPage/CurriculumTable.module.css b/frontend/gradu-web/src/pages/CurriculumPage/CurriculumTable.module.css index aeb4c22..779d41b 100644 --- a/frontend/gradu-web/src/pages/CurriculumPage/CurriculumTable.module.css +++ b/frontend/gradu-web/src/pages/CurriculumPage/CurriculumTable.module.css @@ -873,5 +873,7 @@ .rankingBody { - overflow: visible; /* 컨텐츠만큼 */ + max-height: calc(100vh - 200px); + overflow: auto; + flex: 1; } \ No newline at end of file