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 && }
{/* Notifications stack (calls and emails) */}