세금계산서 다운로드 및 일부 UI 변경

This commit is contained in:
focp212@naver.com
2025-11-15 12:21:41 +09:00
parent fe9a039531
commit 482bd0d43f
7 changed files with 1180 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
html, body, #root, .wrapper {
height: 100%;
}
.scrolloff {
overflow-y: hidden;
}
.transaction-list {
/* overflow-y: auto; */
}
main {
height: auto;
}
@@ -24,7 +36,7 @@ main {
overflow-y: hidden;
}
.tab-content{
overflow-y: unset;
/*overflow-y: unset;*/
}
.ic20.rot-180{
@@ -49,7 +61,7 @@ header{
padding-top: calc(env(safe-area-inset-top));
}
main {
padding-top: calc(50px + env(safe-area-inset-top)) !important;
padding-top: calc(env(safe-area-inset-top)) !important;
padding-bottom: env(safe-area-inset-bottom);
}
main.home-main{
@@ -526,4 +538,13 @@ main.pop{
.credit-controls .credit-period {
width: 100%;
}
.scroll-group-date {
position: fixed;
background-color: #ffffff;
width: calc(100% - 42px);
top: 50px;
padding-left: 10px;
}