Files
dbx-main/app/modules/cupang/templates
king 99c0581d9a fix(cupang): 상자 계산 화면이 내용만큼 늘고 페이지가 스크롤되게
.cpg 가 flex:1 1 auto + min-height:0 이라 남은 높이에 맞춰 눌리기만 해서
③ 이 늘어나도 페이지 높이가 그대로였다(=스크롤 안 됨).
이 화면에만 .cpg-page-grow 를 붙여 flex:0 0 auto 로 두고,
페이지 스크롤 시 ①② 내부 스크롤 높이를 다시 계산한다.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 17:33:09 +09:00
..