mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
fix: kanban cards dragging when on touch devices
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user