v0.17.9 — Fixed Execution List & Sub-Tab Container Scrolling
Fixed — Kanban Sub-Tab Containers Scroll Overflow
- Execution List & Sub-Tab Scrolling: Updated sub-tab container styles (
kanbanSubTab === 'list',providers,dag) withminHeight: 0,maxHeight: '100%', andoverflowY: 'auto'to ensure long task lists scroll smoothly in the flexbox column container.