- 링크결제 확인 페이지 잘림 수정, 이전 버튼 클릭 시 전 step2,1 으로 Form 유지한채 이동
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user