- 링크결제 확인 페이지 잘림 수정, 이전 버튼 클릭 시 전 step2,1 으로 Form 유지한채 이동

This commit is contained in:
HyeonJongKim
2025-11-21 14:47:47 +09:00
parent 8f873c3f74
commit c5521a40b6
4 changed files with 64 additions and 19 deletions

View File

@@ -579,6 +579,34 @@ main.pop{
object-fit: contain;
}
/* 링크결제 확인 페이지 */
main.pop {
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
}
main.pop .sub-wrap {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 120px;
-webkit-overflow-scrolling: touch;
}
main.pop .preview-body {
max-width: 338px;
width: 100%;
min-height: auto;
}
main.pop .apply-row {
position: fixed;
bottom: 0;
flex-shrink: 0;
}
.resend-text {
word-break: break-all !important;
}