스타일 수정
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
main {
|
||||
padding-bottom: 0;
|
||||
height: auto;
|
||||
}
|
||||
.tab-pane {
|
||||
min-height: unset;
|
||||
}
|
||||
.full-menu-modal {
|
||||
position: fixed;
|
||||
@@ -42,7 +45,7 @@ header{
|
||||
}
|
||||
main {
|
||||
padding-top: calc(50px + env(safe-area-inset-top)) !important;
|
||||
padding-bottom: calc(0px + env(safe-area-inset-bottom)) !important;
|
||||
padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
|
||||
}
|
||||
.bottom-tabbar{
|
||||
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
||||
@@ -69,3 +72,6 @@ main {
|
||||
scroll-snap-type: unset;
|
||||
|
||||
}
|
||||
.tab-pane.sub {
|
||||
padding-bottom: unset !important;
|
||||
}
|
||||
|
||||
@@ -383,7 +383,7 @@ main.pb-0 .tab-pane {
|
||||
}
|
||||
|
||||
.tab-pane.sub {
|
||||
padding-bottom: 60px !important;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
.tab-pane.active {
|
||||
|
||||
Reference in New Issue
Block a user