fix safari dragging issue

This commit is contained in:
Yuri Kuznetsov
2025-08-08 09:57:24 +03:00
parent cb87133fae
commit 164713d2a8
+3
View File
@@ -178,6 +178,9 @@ div.list-kanban > div > table {
.list-kanban-container {
overflow-x: auto;
overflow-y: hidden;
// Fixes a dragging issue in Safari. https://github.com/espocrm/espocrm/issues/3447
-webkit-user-select: none;
}
.list-kanban {