layout issues

This commit is contained in:
Matthias Hochmeister
2026-03-12 14:23:57 +01:00
parent 21b7be22db
commit 81174c2498
3 changed files with 20 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ function DashboardLayoutInner({ children }: DashboardLayoutProps) {
minHeight: '100vh',
backgroundColor: 'background.default',
transition: 'width 225ms cubic-bezier(0.4, 0, 0.6, 1)',
minWidth: 0,
}}
>
<Toolbar />