From e4d6e71ea08fee0f7b2625ea095814a063ce0442 Mon Sep 17 00:00:00 2001 From: aljazerzen Date: Fri, 3 Jun 2022 07:42:53 +0200 Subject: [PATCH] style(body): fix full page height --- public/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/styles.css b/public/css/styles.css index 55e4f27..a5e3e03 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -48,7 +48,7 @@ body { margin: 0; display: flex; flex-direction: column; - height: 100%; + height: calc(100% - 5px); } .flex_main {