From 3566201930c8aac785898b01c8550a573622f0e5 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Tue, 18 Feb 2025 15:55:50 -0500 Subject: [PATCH] Fix scaling issue in height --- frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7045459..bd0583b 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -24,7 +24,7 @@ import SideBar from "@/views/main/SideBar.vue"; @apply flex flex-col lg:flex-row; @apply font-sans; @apply bg-hBackground text-hOnBackground; - @apply h-screen; + @apply min-h-screen h-full; } .shell-side {