From 214a360f623808cb48c7ef662f6cf268fbece625 Mon Sep 17 00:00:00 2001 From: Nathaniel Sabanski Date: Sun, 11 Dec 2022 23:50:23 -0800 Subject: [PATCH] .board-column height fix. --- web_src/less/features/projects.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_src/less/features/projects.less b/web_src/less/features/projects.less index 21514688b6fca..b0f674060a033 100644 --- a/web_src/less/features/projects.less +++ b/web_src/less/features/projects.less @@ -12,7 +12,8 @@ margin: 0 .5rem !important; padding: .5rem !important; width: 320px; - height: 60vh; + height: calc(100vh - 450px); + min-height: 60vh; overflow-y: scroll; flex: 0 0 auto; overflow: visible;