summaryrefslogtreecommitdiff
path: root/assets/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/src')
-rw-r--r--assets/js/src/Board.js2
1 files changed, 1 insertions, 1 deletions
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);