fix: kanban cards dragging when on touch devices

This commit is contained in:
ssteeltm
2025-02-27 18:36:34 -03:00
parent 6f49f16f6b
commit d48823925a
3 changed files with 39 additions and 4 deletions

View File

@@ -32,4 +32,10 @@
margin: 5px 0;
padding: 10px;
border: 1px solid #ddd;
user-select: none; /* Prevent text selection */
}
.drag-handle-class {
touch-action: none;
float: right;
}