mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix kanban with touchscreen
This commit is contained in:
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…
Reference in New Issue
Block a user