0467f319963e9b9894380aa1be1b85e512288bc2
Flutter 자체 오버스크롤 글로우를 껐는데도 계속 보인다는 피드백 - Flutter 레이어가 아니라 브라우저가 HTML 문서 자체를 스크롤 가능한 것으로 인식해서 트랙패드 제스처로 페이지 전체가 바운스되며 배경이 드러나는 것으로 보임. html/body에 overflow: hidden + overscroll-behavior: none을 줘서 브라우저 차원의 바운스를 막고, 혹시 드러나더라도 흰색/파란색이 아니라 앱 배경색(#EEF0F2)이 보이도록 배경색도 지정. 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.