mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #1873 from xenofem/kanban-scrolling
Fix mobile scrolling within kanban columns in arrow-buttons mode
This commit is contained in:
commit
1ff20ef3e2
@ -241,9 +241,8 @@
|
||||
background: @cp_kanban-item-bg;
|
||||
box-shadow: @cryptpad_ui_shadow;
|
||||
.tools_unselectable();
|
||||
touch-action: none;
|
||||
&:not(.no-drag) {
|
||||
cursor: move;
|
||||
touch-action: none;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user