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
Dashboard blank-screen on scroll — removed overflow: auto from .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 each overflow:auto child to its own compositor layer; multiple nested vertical scroll containers in one viewport trigger the blank-screen-on-scroll symptom even with prefers-reduced-transparency: reduce active, ruling out the earlier backdrop-filter and color-mix gradient theories. Widget content (3–7 list items) fits naturally; .widget already has overflow: hidden for rounded-corner clipping.