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;
}

View File

@@ -7,7 +7,7 @@
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="/static/css/tkfb.css?v=2026040105">
<link rel="stylesheet" href="/css/purchase-mobile.css?v=2026040104">
<link rel="stylesheet" href="/css/purchase-mobile.css?v=2026040105">
<script src="https://cdn.jsdelivr.net/npm/heic2any@0.0.4/dist/heic2any.min.js"></script>
</head>
<body class="bg-gray-50">