a0403e40f2a113df054e864adc5993629b702aeb
다른 사이트/브라우저에서도 똑같이 나타난다는 걸 확인 - macOS 트랙패드의 정상적인 "탄력 바운스" 동작이었음. 다만 지난번 overflow: hidden으로 막아버린 탓에, 브라우저가 우리 페이지를 진짜 스크롤 가능한 문서로 인식하지 못해서 바운스 시 body 배경색 대신 브라우저 기본색(파란색)이 드러났던 것으로 보임. overflow: hidden을 제거해서 다른 사이트들처럼 자연스럽게 바운스되면서 body의 실제 배경색(#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.