스타일 수정

This commit is contained in:
focp212@naver.com
2025-09-22 15:48:37 +09:00
parent c0ccd0f5ba
commit 0480108942
5 changed files with 12 additions and 6 deletions

View File

@@ -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;
}