- Shipped
- July 4, 2026 at 5:31 PM UTC
- Author
- kamo
- Commit
- 8d67a44
- Loan pipeline datagrid: the grid was wrapped in a SectionCard 'fill' body (overflow:auto) around a height:100% AG Grid, causing a ResizeObserver/height feedback loop that repeatedly blanked and re-rendered rows. Replace with a plain flex card (flex:1/min-height:0, overflow:hidden) so AG Grid owns its own scroll, matching the /leads grid structure. - /applications/[uid]: drop the max-w-[1400px] mx-auto constraint so the header and content span the full page width instead of being centered.