diff --git a/admin-lehrer/components/grid-editor/GridTable.tsx b/admin-lehrer/components/grid-editor/GridTable.tsx index 22f0561..02b32f4 100644 --- a/admin-lehrer/components/grid-editor/GridTable.tsx +++ b/admin-lehrer/components/grid-editor/GridTable.tsx @@ -296,25 +296,25 @@ export function GridTable({ x )} - {/* Add column button (visible on hover, after this column) */} + {/* Add column button — small icon at bottom-right, below resize handle */} {onAddColumn && ( )} - {/* Right-edge resize handle */} + {/* Right-edge resize handle — wide grab area, highest z-index */} {ci < numCols - 1 && (