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.