style(cupang): 선택 등록 팝업 입력란 400px, 가로 스크롤 제거

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-01 12:04:11 +09:00
parent 7174edd702
commit 418166d810
8 changed files with 15 additions and 7 deletions
+8
View File
@@ -1073,12 +1073,20 @@ body.cpg-dragging { cursor: grabbing; user-select: none; }
.cpg-reg-list {
max-height: min(48vh, 380px);
overflow-y: auto;
overflow-x: hidden; /* 입력란 때문에 가로 스크롤 생기지 않게 */
display: flex;
flex-direction: column;
gap: 10px;
padding-right: 4px;
}
.cpg-reg-item { min-width: 0; }
.cpg-reg-item > span { font-size: 13px; }
/* 입력란 400px 고정 — 모달 폭 안에서 가로 스크롤 없이 들어가게 */
.cpg-modal-box .cpg-reg-item .erp-input {
width: min(400px, 100%);
max-width: 100%;
box-sizing: border-box;
}
.cpg-reg-code {
font-family: var(--font-geist-mono);
font-style: normal;