Skip to content

v0.52.26

Choose a tag to compare

@ulsklyc ulsklyc released this 23 May 08:56

Fixed

  • Scrolling on any page no longer causes a blank/white screen on iOS (Safari, WebKit) and Android (Chrome, Blink). The previous partial fix (v0.52.22) only removed backdrop-filter from sticky toolbars; the root cause was broader — glass.css applied backdrop-filter to task cards, note items, dashboard widgets, form inputs, meal slots, group-toggles, and skeleton loaders inside the overflow:auto scroll container, each becoming a separate GPU compositor layer that overwhelmed the mobile compositor on scroll. A single permanent CSS rule now disables backdrop-filter for all scroll-container children; the bottom navigation bar, modals, and toasts retain their blur effect as they sit outside the scroll container. Closes #166.