fix: 모바일 정책상세 모달 높이 뷰포트 초과 수정 - #260
Merged
Merged
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by step-3.7-flash · Input: 52.1K · Output: 13.3K · Cached: 367K |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 요약
모바일에서 정책상세 모달을 열면 팝업 높이가 화면을 초과하는 문제 수정.
원인
max-h) 없음 —lg:h-[82vh]만 데스크톱에 적용overflow없음 — 상세 정보 + 정책 채팅이 세로로 쌓여 화면 초과수정 내용 (PolicyDetailModalPresenter.tsx)
max-h-[90dvh]추가flex-1 overflow-y-auto+lg:overflow-visiblemax-h-[58vh] overflow-y-auto제거 →lg:overflow-y-auto검증 결과
pnpm run lint(biome check + tsc --noEmit): ✅ 통과pnpm run build: ✅ 통과 (기존 청크 크기 경고만, 본 변경 무관)Closes #259