From 8b336e8694a50d9628cf2f97c4fe3d128b761029 Mon Sep 17 00:00:00 2001 From: Hao Sun Date: Thu, 7 Apr 2022 16:06:46 +0800 Subject: [PATCH] * bug #16555, remove scrollbar when drag item to outside of kanban. --- module/execution/css/executionkanban.css | 2 +- module/project/css/kanban.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;}