- 스크롤시 상단 고정 날짜 크기 조절

- 링크결제 타입 매핑 오류 수정
This commit is contained in:
HyeonJongKim
2025-11-20 19:29:19 +09:00
parent dcede60357
commit 6d9d042c46
5 changed files with 15 additions and 12 deletions

View File

@@ -553,6 +553,10 @@ main.pop{
top: calc(50px + env(safe-area-inset-top));
padding-left: 10px;
padding-bottom: 20px;
z-index: 10;
}
.scroll-group-date .amount-text {
font-size: var(--fs-20);
}
.filter-section{
margin-bottom: 0;