github ulsklyc/oikos v0.52.26

latest releases: v0.52.37, v0.52.36, v0.52.35...
14 hours ago

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.

Don't miss a new oikos release

NewReleases is sending notifications on new releases.