From 4e79fde17d206b1e9f4ee60cd620c1773a1f3831 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 2 Mar 2026 13:51:40 +0100 Subject: [PATCH] fix(gantt): render collapse chevron after bars for correct SVG paint order --- .../src/components/gantt/GanttRowBars.vue | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/frontend/src/components/gantt/GanttRowBars.vue b/frontend/src/components/gantt/GanttRowBars.vue index 6efb4b523..8ff2a49b4 100644 --- a/frontend/src/components/gantt/GanttRowBars.vue +++ b/frontend/src/components/gantt/GanttRowBars.vue @@ -8,38 +8,6 @@ :aria-label="$t('project.gantt.taskBarsForRow', { rowId })" :data-row-id="rowId" > - - - - - - - + + + + + + +