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 이상에서 나란히, 그 아래는 세로로 쌓임) */} -