This commit is contained in:
focp212@naver.com
2025-09-16 10:56:06 +09:00
parent bfb492f887
commit 4b5ce82408

View File

@@ -37,14 +37,10 @@ main {
} }
.ptr.wrapper{
padding-top: env(safe-area-inset-top) !important;
padding-bottom: env(safe-area-inset-bottom) !important;
}
/*
header{ header{
padding-top: env(safe-area-inset-top) !important;
height: calc(50px + env(safe-area-inset-top)) !important;
} }
main { main {
padding-top: calc(50px + env(safe-area-inset-top)) !important; padding-top: calc(50px + env(safe-area-inset-top)) !important;
@@ -52,6 +48,5 @@ main {
} }
.bottom-tabbar{ .bottom-tabbar{
height: calc(70px + env(safe-area-inset-bottom)) !important; height: calc(70px + env(safe-area-inset-bottom)) !important;
padding-bottom: env(safe-area-inset-bottom) !important;
} }
*/