From 30222df0ef83ec95e5baafe24817a7c291c4e037 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 1 Apr 2026 13:26:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=94=ED=85=80=EC=8B=9C=ED=8A=B8?= =?UTF-8?q?=EA=B0=80=20=ED=95=98=EB=8B=A8=20=EB=84=A4=EB=B9=84=EC=97=90=20?= =?UTF-8?q?=EA=B0=80=EB=A0=A4=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=E2=80=94=20z-index=201010=20+=20padding-bottom=20=ED=99=95?= =?UTF-8?q?=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- system1-factory/web/css/purchase-mobile.css | 6 +++--- system1-factory/web/pages/purchase/request-mobile.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system1-factory/web/css/purchase-mobile.css b/system1-factory/web/css/purchase-mobile.css index 9224a31..3bc5795 100644 --- a/system1-factory/web/css/purchase-mobile.css +++ b/system1-factory/web/css/purchase-mobile.css @@ -105,7 +105,7 @@ position: fixed; inset: 0; background: rgba(0,0,0,0.4); - z-index: 100; + z-index: 1005; opacity: 0; pointer-events: none; transition: opacity 0.25s; @@ -119,12 +119,12 @@ right: 0; background: white; border-radius: 16px 16px 0 0; - z-index: 101; + z-index: 1010; max-height: 92vh; overflow-y: auto; transform: translateY(100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); - padding-bottom: env(safe-area-inset-bottom); + padding-bottom: calc(20px + env(safe-area-inset-bottom)); } .pm-sheet.open { transform: translateY(0); } .pm-sheet-handle { diff --git a/system1-factory/web/pages/purchase/request-mobile.html b/system1-factory/web/pages/purchase/request-mobile.html index 81d5150..452fb12 100644 --- a/system1-factory/web/pages/purchase/request-mobile.html +++ b/system1-factory/web/pages/purchase/request-mobile.html @@ -7,7 +7,7 @@ - +