Fix kanban with touchscreen

pull/1/head
yflory 2020-10-05 17:35:09 +02:00
parent dec8fc3f01
commit 0bfab5a518
1 changed files with 2 additions and 0 deletions

View File

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