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 {