fix: 모바일 본문 하단이 네비에 가려지는 문제 — padding-bottom 확대 (140px)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-01 12:50:41 +09:00
parent 7e78f66838
commit 59242177d6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
/* 메인 컨텐츠 (하단 네비 여유) */
.pm-content {
padding-bottom: calc(76px + env(safe-area-inset-bottom));
padding-bottom: calc(140px + env(safe-area-inset-bottom));
min-height: 100vh;
}