Merge pull request #1873 from xenofem/kanban-scrolling

Fix mobile scrolling within kanban columns in arrow-buttons mode
This commit is contained in:
yflory 2025-06-23 15:13:44 +02:00 committed by GitHub
commit 1ff20ef3e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}