[FIX] 홈·설정 약관 페이지 하단 여백 QA 반영 #235
Conversation
- overflow-x-auto 컨테이너의 pb 클립 이슈로 인해 상위 section에 pb-3 적용 - 스크롤 컨테이너 내부의 pb-2 제거 - 설정 약관 페이지 하단에 pb-12.5 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Timo Performance ReportBundle Size — timo-web
Lighthouse — timo-web
Image Optimization — timo-web
측정 커밋: |
…to fix/web/234-home-settings-padding-qa
ISSUE 🔗
close #234
What is this PR? 🔍
overflow-x-auto컨테이너에pb를 적용해도 overflow-y 클립으로 인해 여백이 노출되지 않는 문제 수정 → 상위<section>에pb-3적용pb-2제거 (클립되어 적용 불가)SettingsTermsContainer) 하단에pb-12.5추가To Reviewers
overflow-x: auto를 적용하면 암묵적으로overflow-y: hidden이 설정되어 자식 요소의padding-bottom이 클립됩니다. 이로 인해 스크롤 컨테이너 내부에pb를 넣어도 여백이 보이지 않아 상위 요소로 이동했습니다.Screenshot 📷
Test Checklist ✔