ce77c320263c9d2155130395309cd5407bb20055
배경색을 맞추는 대신, html/body를 position: fixed + overflow: hidden + overscroll-behavior: none으로 화면에 못박아 브라우저가 바운스할 대상 자체가 없게 만듦 (Safari/iOS에서 rubber-band 스크롤을 막는 표준 기법). Flutter 내부 스크롤(대시보드, 하위 화면 목록 등)은 별도로 동작하므로 영향 없음 - 실제로 정상 스크롤되는 것 확인함. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
school_attendance
학교생활 편의 프로젝트
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.