From 2c1a082622f420798fb8bfcbc963b8f0edc9424c Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 21 May 2025 14:47:36 +0200 Subject: [PATCH] fix(style): remove white space at bottom on smaller pages --- front/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/App.vue b/front/src/App.vue index a30cba419..cbe3f3d6e 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -122,7 +122,7 @@ store.dispatch('auth/fetchUser') .responsive { display: grid !important; grid-template-rows: min-content; - min-height: calc(100vh - 64px); + min-height: 100vh; @media screen and (min-width: 1024px) { grid-template-columns: 300px 1fr;