From ce77c320263c9d2155130395309cd5407bb20055 Mon Sep 17 00:00:00 2001 From: sihoo Date: Tue, 8 Sep 2026 19:29:20 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EB=A5=BC=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=EC=97=90=20position:=20fixed=EB=A1=9C=20?= =?UTF-8?q?=EA=B3=A0=EC=A0=95=ED=95=B4=EC=84=9C=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4/=EB=B0=94=EC=9A=B4=EC=8A=A4=20=EC=9E=90=EC=B2=B4?= =?UTF-8?q?=EB=A5=BC=20=EC=97=86=EC=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 배경색을 맞추는 대신, html/body를 position: fixed + overflow: hidden + overscroll-behavior: none으로 화면에 못박아 브라우저가 바운스할 대상 자체가 없게 만듦 (Safari/iOS에서 rubber-band 스크롤을 막는 표준 기법). Flutter 내부 스크롤(대시보드, 하위 화면 목록 등)은 별도로 동작하므로 영향 없음 - 실제로 정상 스크롤되는 것 확인함. Co-Authored-By: Claude Sonnet 5 --- web/index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/web/index.html b/web/index.html index 2275ecd..2b1bb0c 100644 --- a/web/index.html +++ b/web/index.html @@ -36,13 +36,18 @@ school_attendance - +