* bug #16555, remove scrollbar when drag item to outside of kanban.

This commit is contained in:
Hao Sun
2022-04-07 16:06:46 +08:00
parent 8b58e71667
commit 8b336e8694
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,4 +7,4 @@
#kanbanList .kanban-item.link-block > a {cursor: move;}
#kanbanList .kanban-lane + .kanban-lane {margin-top: 2px!important;}
.kanban.kanban-dragging {overflow: hidden;}
.kanban.kanban-dragging {overflow: hidden!important;}
+1 -1
View File
@@ -23,4 +23,4 @@ table th, td {border: 2px solid #fff !important;}
.kanban-item > a {cursor: move;}
.kanban-item.execution-item > a {cursor: pointer;}
.kanban.kanban-dragging {overflow: hidden;}
.kanban.kanban-dragging {overflow: hidden!important;}