From 58b756d973c6e5629669560fdaf69fb01af54e0f Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 1 Apr 2026 11:56:19 +0900 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20=EC=97=B0=EC=B0=A8=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=EB=AA=A8=EB=8B=AC=20=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EB=84=A4=EB=B9=84=20=EA=B0=80=EB=A6=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 모달 시트 padding-bottom에 하단 네비 높이(70px) + safe-area 반영. pages 테이블에서 work.nonconformity 레코드 DB 직접 삭제 완료. Co-Authored-By: Claude Opus 4.6 (1M context) --- system1-factory/web/css/production-dashboard.css | 3 ++- system1-factory/web/pages/dashboard-new.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/system1-factory/web/css/production-dashboard.css b/system1-factory/web/css/production-dashboard.css index 13989e3..b317d07 100644 --- a/system1-factory/web/css/production-dashboard.css +++ b/system1-factory/web/css/production-dashboard.css @@ -53,7 +53,8 @@ .pd-detail-modal.active { opacity: 1; pointer-events: auto; } .pd-detail-sheet { background: linear-gradient(135deg, #9a3412, #ea580c); color: white; - border-radius: 16px 16px 0 0; width: 100%; max-width: 640px; padding: 20px; + border-radius: 16px 16px 0 0; width: 100%; max-width: 640px; + padding: 20px 20px calc(20px + 70px + env(safe-area-inset-bottom, 0px)); transform: translateY(100%); transition: transform 0.3s ease; } .pd-detail-modal.active .pd-detail-sheet { transform: translateY(0); } diff --git a/system1-factory/web/pages/dashboard-new.html b/system1-factory/web/pages/dashboard-new.html index 13afa6f..8597445 100644 --- a/system1-factory/web/pages/dashboard-new.html +++ b/system1-factory/web/pages/dashboard-new.html @@ -7,7 +7,7 @@ - +