Skip to content

Commit 821f0d7

Browse files
authored
Merge pull request #41 from manianrezaei/fixes
fix background height when dark mode enabled
2 parents 936aea6 + 4f0c00a commit 821f0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Layouts/LayoutAuthenticated.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const layoutStore = useLayoutStore()
1414
<div :class="{ 'dark': styleStore.darkMode, 'overflow-hidden lg:overflow-visible': layoutStore.isAsideMobileExpanded }">
1515
<div
1616
: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"
17+
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"
1818
>
1919
<NavBar :class="{ 'ml-60 lg:ml-0': layoutStore.isAsideMobileExpanded }" />
2020
<AsideMenu />

0 commit comments

Comments
 (0)