Fix kanban with touchscreen

pull/1/head
yflory 4 years ago
parent dec8fc3f01
commit 0bfab5a518

@ -37,6 +37,7 @@
}
.kanban-board {
.kanban-board-inner {
touch-action: none;
background-color: @board-bg;
max-height: 100%;
display: flex;
@ -167,6 +168,7 @@
justify-content: space-between;
padding: 5px;
flex-wrap: wrap;
touch-action: none;
.cp-kanban-cursors {
margin-top: 10px;
}

Loading…
Cancel
Save