Fix kanban with touchscreen
parent
dec8fc3f01
commit
0bfab5a518
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue