Skip to content

v0.52.27

Choose a tag to compare

@ulsklyc ulsklyc released this 23 May 09:08

Fixed

  • 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.