We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 936aea6 + 4f0c00a commit 821f0d7Copy full SHA for 821f0d7
resources/js/Layouts/LayoutAuthenticated.vue
@@ -14,7 +14,7 @@ const layoutStore = useLayoutStore()
14
<div :class="{ 'dark': styleStore.darkMode, 'overflow-hidden lg:overflow-visible': layoutStore.isAsideMobileExpanded }">
15
<div
16
:class="{ 'ml-60 lg:ml-0': layoutStore.isAsideMobileExpanded }"
17
- class="pt-14 xl:pl-60 w-screen transition-position lg:w-auto bg-gray-50 dark:bg-slate-800 dark:text-slate-100"
+ class="pt-14 xl:pl-60 min-h-screen w-screen transition-position lg:w-auto bg-gray-50 dark:bg-slate-800 dark:text-slate-100"
18
>
19
<NavBar :class="{ 'ml-60 lg:ml-0': layoutStore.isAsideMobileExpanded }" />
20
<AsideMenu />
0 commit comments