From d9311b251517e14fd180f10084862046317fabef Mon Sep 17 00:00:00 2001 From: sjungwon03 Date: Mon, 27 Jul 2026 11:18:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=A0=95?= =?UTF-8?q?=EC=B1=85=EC=83=81=EC=84=B8=20=EB=AA=A8=EB=8B=AC=20=EB=86=92?= =?UTF-8?q?=EC=9D=B4=20=EB=B7=B0=ED=8F=AC=ED=8A=B8=20=EC=B4=88=EA=B3=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policy-detail-modal/PolicyDetailModalPresenter.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/policy-detail-modal/PolicyDetailModalPresenter.tsx b/src/widgets/policy-detail-modal/PolicyDetailModalPresenter.tsx index d9c89aa..843f593 100644 --- a/src/widgets/policy-detail-modal/PolicyDetailModalPresenter.tsx +++ b/src/widgets/policy-detail-modal/PolicyDetailModalPresenter.tsx @@ -76,7 +76,7 @@ export function PolicyDetailModalPresenter({ initial={{ opacity: 0, scale: 0.95 }} animate={{ opacity: 1, scale: 1 }} exit={{ opacity: 0, scale: 0.95 }} - className="flex w-full max-w-lg flex-col rounded-3xl bg-white p-6 shadow-2xl lg:h-[82vh] lg:max-w-4xl xl:max-w-5xl" + className="flex max-h-[90dvh] w-full max-w-lg flex-col rounded-3xl bg-white p-6 shadow-2xl lg:h-[82vh] lg:max-w-4xl xl:max-w-5xl" id="policy-detail-modal" > {/* Header */} @@ -105,8 +105,8 @@ export function PolicyDetailModalPresenter({ {/* Content body: 상세 정보 컬럼 + 정책 채팅 컬럼(lg 이상에서 나란히, 그 아래는 세로로 쌓임) */} -
-
+
+
{/* Intro description */}