Fixed
- Scrolling on Notes, Contacts, Calendar, and Shopping pages no longer causes a blank screen on iOS Safari and mobile Chrome.
overflow: clipon the page containers (.notes-page,.contacts-page,.calendar-page,.shopping-page) inside theoverflow: autoscroll container triggered the same iOS WebKit compositor bug fixed for the dashboard in v0.52.27. Changed tooverflow: hidden, which clips identically without the compositor regression. Closes #166.