Do not show window scrollbars when individual column scrolling is enabled

This commit is contained in:
Frederic Guillot
2015-12-30 16:29:23 +01:00
parent 910933d06a
commit ca78f78969
7 changed files with 7 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ Board.prototype.columnScrolling = function() {
});
}
else {
var height = $(window).height() - 145;
var height = $(window).height() - 170;
$(".board-task-list").css("height", height);
$(".board-rotation-wrapper").css("min-height", height);