Fix scaling issue in height

This commit is contained in:
2025-02-18 15:55:50 -05:00
parent 7fd30eca2f
commit 3566201930

View File

@@ -24,7 +24,7 @@ import SideBar from "@/views/main/SideBar.vue";
@apply flex flex-col lg:flex-row; @apply flex flex-col lg:flex-row;
@apply font-sans; @apply font-sans;
@apply bg-hBackground text-hOnBackground; @apply bg-hBackground text-hOnBackground;
@apply h-screen; @apply min-h-screen h-full;
} }
.shell-side { .shell-side {