diff --git a/module/execution/css/executionkanban.css b/module/execution/css/executionkanban.css index c69606538d..69673ddfbb 100644 --- a/module/execution/css/executionkanban.css +++ b/module/execution/css/executionkanban.css @@ -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;} diff --git a/module/project/css/kanban.css b/module/project/css/kanban.css index b0ef038e3a..f83fa33f6f 100644 --- a/module/project/css/kanban.css +++ b/module/project/css/kanban.css @@ -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;}