From ca78f789690f154cf34383667b9977714f280415 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 30 Dec 2015 16:29:23 +0100 Subject: Do not show window scrollbars when individual column scrolling is enabled --- assets/js/src/Board.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/js/src') diff --git a/assets/js/src/Board.js b/assets/js/src/Board.js index b98aa366..fe5fc687 100644 --- a/assets/js/src/Board.js +++ b/assets/js/src/Board.js @@ -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); -- cgit v1.2.3