This commit is contained in:
focp212@naver.com
2025-09-15 15:03:33 +09:00
parent 5fd52bdd28
commit 75d82a0184

View File

@@ -36,3 +36,14 @@ main {
margin: 10% auto;
}
header{
padding-top: env(safe-area-inset-top) !important;
}
main {
padding-top: calc(50px + env(safe-area-inset-top)) !important;
padding-bottom: calc(0px + env(safe-area-inset-bottom)) !important;
}
.bottom-tabbar{
padding-bottom: env(safe-area-inset-bottom) !important;
}