From 4a9105691cba5459299203b36ed95470305a9c8c Mon Sep 17 00:00:00 2001 From: Celia Amador Date: Tue, 30 Jun 2026 09:12:49 +0200 Subject: [PATCH] Fix layout for LoginPage Made-with: Cursor --- apps/standalone/src/app/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/standalone/src/app/app.css b/apps/standalone/src/app/app.css index fcc5f3945..8535a25ff 100644 --- a/apps/standalone/src/app/app.css +++ b/apps/standalone/src/app/app.css @@ -4,3 +4,7 @@ body, height: 100%; } +/* Let #root's height flow to routed pages */ +#root > .fctl-app { + display: contents; +}