From f58fac7dbb892a56a4577067307dfeadcc59d732 Mon Sep 17 00:00:00 2001 From: Jovan Strika Date: Tue, 9 Apr 2019 02:16:38 -0400 Subject: [PATCH] fixing invisible content and page height --- public/styles/style.css | 2 +- views/default.handlebars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/styles/style.css b/public/styles/style.css index 3e80f12c..ff398aa6 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -188,7 +188,7 @@ } .fullscreen #column_l { - height: calc(100vh - 111px); + height: calc(100vh - 135px); width: calc(100% - 30px); overflow-y: auto; } diff --git a/views/default.handlebars b/views/default.handlebars index 2e894f63..9303d29b 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -51,7 +51,7 @@ -
+