Skip to content

v0.17.7 — Kanban Drag Stacking & Inter-Column Drop Re-parenting

Choose a tag to compare

@DusanCar-sudo DusanCar-sudo released this 30 Aug 16:33
· 27 commits to master since this release

Fixed — Kanban Stacking & Inter-Column Drag-and-Drop Re-parenting

  • Elevated Drag Stacking Context: Set z-index: 999999 on dragged cards, elevated z-index: 99999 on target column containers, and forced overflow: visible !important across stage containers so dragged cards float completely on top of all sibling columns.
  • Inter-Column Drag-and-Drop Re-parenting: Added automatic column drop target detection via document.elementsFromPoint. Releasing a task box over another column (planning, preparation, execution, finished) instantly re-parents the task to the target column and snaps it neatly into position.