Skip to content

v0.52.23

Choose a tag to compare

@ulsklyc ulsklyc released this 23 May 08:21

Fixed

  • 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).