diff --git a/capacitor.config.ts b/capacitor.config.ts index 4bba453..7214e09 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -5,7 +5,8 @@ const config: CapacitorConfig = { appName: '산책갈개', webDir: 'dist', ios: { - contentInset: 'always', + // never + CSS safe-area(env inset)로 노치/홈바 여백 처리 (이중 인셋 방지) + contentInset: 'never', }, server: { androidScheme: 'https', diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 4eb4509..392d4fa 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -63,10 +63,9 @@ - - - + +