feat: use dynamic view height for better mobile height

This commit is contained in:
tonya
2025-05-29 09:39:38 +00:00
parent 6a4e47c617
commit e6f7397b30

View File

@@ -104,7 +104,7 @@
<SidebarRail />
</Sidebar>
<SidebarInset class="min-h-screen bg-background-accent">
<SidebarInset class="min-h-dvh bg-background-accent">
<div class="relative flex h-full flex-col justify-center">
<div v-if="preferences.displayLegacyHeader">
<AppHeaderDecor class="-mt-10 hidden lg:block" />