세금계산서 다운로드 및 일부 UI 변경
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user