From 5f341b3829ea3551aed0ae784f4310908791f82d Mon Sep 17 00:00:00 2001 From: alma Date: Tue, 20 Jan 2026 14:58:32 +0100 Subject: [PATCH] agenda finition --- app/agenda/page.tsx | 6 +++--- app/globals.css | 4 ---- components/layout/layout-wrapper.tsx | 6 +++--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/app/agenda/page.tsx b/app/agenda/page.tsx index f35a1dc..8d09771 100644 --- a/app/agenda/page.tsx +++ b/app/agenda/page.tsx @@ -701,8 +701,8 @@ export default async function CalendarPage() { }, 0); return ( -
-
+
+
-
+ ); } diff --git a/app/globals.css b/app/globals.css index a48df33..6655e0a 100644 --- a/app/globals.css +++ b/app/globals.css @@ -69,10 +69,6 @@ * { @apply border-border; } - html, - body { - height: 100%; - } body { @apply bg-background text-foreground; } diff --git a/components/layout/layout-wrapper.tsx b/components/layout/layout-wrapper.tsx index ed6f338..beffe26 100644 --- a/components/layout/layout-wrapper.tsx +++ b/components/layout/layout-wrapper.tsx @@ -212,7 +212,7 @@ export function LayoutWrapper({ children, isSignInPage, isAuthenticated }: Layou {!isSignInPage && isAuthenticated && }
-
{children}
- {!isSignInPage && isAuthenticated &&
} +
{children}
+ {!isSignInPage && isAuthenticated &&