From 6580d01370795a1af9475e01e0a0f329f5aab782 Mon Sep 17 00:00:00 2001 From: William Petit Date: Fri, 13 Dec 2019 12:00:07 +0100 Subject: [PATCH] Fix lane height display --- client/src/sass/_kanboard.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/sass/_kanboard.scss b/client/src/sass/_kanboard.scss index a14e555..e1e29a8 100644 --- a/client/src/sass/_kanboard.scss +++ b/client/src/sass/_kanboard.scss @@ -35,7 +35,6 @@ } [data-react-beautiful-dnd-droppable] { - height: calc(100vh) !important; min-height: calc(100vh) !important; }