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 page no longer goes blank when scrolling on iOS (Safari, WebKit). overflow: clip and isolation: isolate set by an older skin variant on .dashboard were not reset when the Admin Dashboard Layout replaced it; overflow: clip inside an overflow: auto scroll container prevents WebKit from repainting scroll content, leaving only compositor-promoted elements (the dashboard-overview top border) visible. Both properties are now reset to their initial values.