You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrolling on mobile Safari (iOS 26+) and narrow-viewport browsers no longer causes the entire page to go blank. Root cause: backdrop-filter on position:sticky elements inside an overflow:auto scroll container triggers a WebKit compositor bug that blanks the whole scroll container. Fixed by removing backdrop-filter from all sticky toolbars (Tasks, Notes, Contacts, Calendar, Housekeeping, Shopping list headers) and .sticky-header, replacing semi-transparent glass backgrounds with an opaque var(--color-bg).