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
fix(dashboard): all tables wrap in overflow-x-auto so narrow viewports scroll
Sweep of every Kumo Table wrapper across the routes. Eight LayerCard.
Primary wraps that contain a Table got switched from overflow-hidden
p-0 → overflow-x-auto p-0:
- InboxPage workitems table
- EnactmentListPage enactments table
- EnactmentDetailPage Markings tab
- EnactmentDetailPage Workitems tab
- EnactmentDetailPage Occurrences tab
- EnactmentDetailPage Debug bindings table
- TelemetryPage global feed table
- FlowDetailPage enactments table
Telemetry tab on EnactmentDetail was already overflow-x-auto from
the earlier 5683807 / a7e2529 fix. The two diagram-column LayerCard
wraps stay overflow-hidden — they host ReactFlow which manages its
own viewport, not a Table.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments