diff --git a/src/theme/dashboard-sidebar.ts b/src/theme/dashboard-sidebar.ts index 669b23f160..bd0cde8f56 100644 --- a/src/theme/dashboard-sidebar.ts +++ b/src/theme/dashboard-sidebar.ts @@ -3,7 +3,7 @@ export default { root: 'relative hidden lg:flex flex-col min-h-svh min-w-16 w-(--width) shrink-0', header: 'h-(--ui-header-height) shrink-0 flex items-center gap-1.5 px-4', body: 'flex flex-col gap-4 flex-1 overflow-y-auto px-4 py-2', - footer: 'shrink-0 flex items-center gap-1.5 px-4 py-2', + footer: 'shrink-0 flex items-center gap-1.5 overflow-hidden px-4 py-2', toggle: '', handle: '', content: 'lg:hidden', diff --git a/test/components/__snapshots__/DashboardSidebar-vue.spec.ts.snap b/test/components/__snapshots__/DashboardSidebar-vue.spec.ts.snap index e7206c1673..d3868548f9 100644 --- a/test/components/__snapshots__/DashboardSidebar-vue.spec.ts.snap +++ b/test/components/__snapshots__/DashboardSidebar-vue.spec.ts.snap @@ -110,7 +110,7 @@ exports[`DashboardSidebar > renders with footer slot correctly 1`] = `
diff --git a/test/components/__snapshots__/DashboardSidebar.spec.ts.snap b/test/components/__snapshots__/DashboardSidebar.spec.ts.snap index 1eb48bfbe0..0d0e0bb01b 100644 --- a/test/components/__snapshots__/DashboardSidebar.spec.ts.snap +++ b/test/components/__snapshots__/DashboardSidebar.spec.ts.snap @@ -110,7 +110,7 @@ exports[`DashboardSidebar > renders with footer slot correctly 1`] = `