This commit is contained in:
tianshujie
2022-01-24 16:24:52 +08:00
parent 6bcb09a6d9
commit 281885f598
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1131,3 +1131,9 @@ function calcColHeight(col, lane, colCards, colHeight, kanban)
if (typeof displayCards !== 'number' || displayCards < 2) displayCards = 2;
return (displayCards * (options.cardHeight + options.cardSpace) + options.cardSpace);
}
/* Hide contextmenu when page scroll */
$('.panel-body').scroll(function()
{
$.zui.ContextMenu.hide();
});
+1 -1
View File
@@ -22,7 +22,7 @@
.region .kanban-header-sub-cols .kanban-header-col > .title {max-width: 100% !important;min-width:240px;}
.region .sort .region-header {cursor: move;}
.region .kanban {padding: 0px 10px 10px 10px; min-height: unset; overflow: auto}
.region .kanban {padding: 0px 10px 10px 10px; min-height: unset;}
.region .kanban .form-actions {margin: 0;}
.region .kanban .form-actions .btn {margin-right: 10px; min-width: 50px;}