Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+4
-1
@@ -6,7 +6,10 @@
|
||||
|
||||
/* 네이티브 앱(Capacitor) safe-area: 상단 상태바 / 하단 제스처바 영역 확보 */
|
||||
html.is-native .layout-top {
|
||||
padding-top: env(safe-area-inset-top);
|
||||
/* 상태바 높이(safe-area)에 더해 여유 간격을 줘서 헤더가 상태바에 붙지 않게 */
|
||||
padding-top: calc(env(safe-area-inset-top) + 14px);
|
||||
height: auto;
|
||||
min-height: 56px;
|
||||
}
|
||||
html.is-native .layout-bottom {
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
|
||||
Reference in New Issue
Block a user