From 0dcec68cfe4838e02b03f3bbb698d5e2f84bbb67 Mon Sep 17 00:00:00 2001 From: sb Date: Sat, 11 Jul 2026 21:44:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20input=20=ED=8F=AC=EC=BB=A4=EC=8A=A4=20?= =?UTF-8?q?=EC=8B=9C=20=EA=B0=80=EB=A1=9C=20=EC=8A=A4=ED=81=AC=EB=A1=A4/?= =?UTF-8?q?=ED=99=95=EB=8C=80=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 뷰포트 maximum-scale=1·user-scalable=no (iOS 포커스 자동확대 방지) + html/body overflow-x hidden (가로 오버플로 차단). Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 5 ++++- src/css/app.scss | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index aa02240..65f29a1 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,10 @@ - + 산책갈개 diff --git a/src/css/app.scss b/src/css/app.scss index 30d6c9c..3dd154e 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -1,6 +1,10 @@ // 전역 스타일 — 하늘색 파스텔 배경 +html, body { background: #F4FAFF; + // input 포커스/키보드 시 가로 스크롤(오버플로) 방지 + overflow-x: hidden; + max-width: 100%; } .text-brand {