This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalThe release v0.52.36 removes `overflow: auto` from .widget__body to resolve the dashboard blank‑screen issue that occurs when scrolling.
Why it matters: Fixes a UI rendering bug causing dashboard screens to appear blank on scroll; applies immediately in version v0.52.36.
Summary
AI summaryFixed dashboard blank-screen on scroll by removing excess overflow:auto styling.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Removes `overflow: auto` from .widget__body to fix dashboard blank-screen on scroll. Removes `overflow: auto` from .widget__body to fix dashboard blank-screen on scroll. Source: llm_adapter@2026-05-23 Confidence: high |
— |
Full changelog
Fixed
- Dashboard blank-screen on scroll — removed
overflow: autofrom.widget__body, which created up to four nested scroll containers inside.app-content(one per task/event/birthday/shopping widget). iOS WebKit and Android Blink promote eachoverflow:autochild to its own compositor layer; multiple nested vertical scroll containers in one viewport trigger the blank-screen-on-scroll symptom even withprefers-reduced-transparency: reduceactive, ruling out the earlier backdrop-filter andcolor-mixgradient theories. Widget content (3–7 list items) fits naturally;.widgetalready hasoverflow: hiddenfor rounded-corner clipping.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]