diff --git a/index.html b/index.html index 6940a72..91cd047 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + 가후습 개인기록 diff --git a/src/index.css b/src/index.css index a324804..5dddb5f 100644 --- a/src/index.css +++ b/src/index.css @@ -72,6 +72,8 @@ /* ── Layout ──────────────────────────────────────────────────────── */ --sidebar-w: 240px; --topbar-h: 56px; + --bottom-nav-h: 64px; + --safe-area-bottom: env(safe-area-inset-bottom, 0px); /* ── Typography ──────────────────────────────────────────────────── */ --font-display: 'Space Grotesk', 'Noto Sans KR', system-ui, serif; @@ -240,5 +242,6 @@ select option { body { overflow: auto; background-attachment: scroll; + padding-bottom: calc(var(--bottom-nav-h) + var(--safe-area-bottom)); } }