From 22639a489a26be3b4520e3cd2e47b4bd6245493b Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:35:08 +0200 Subject: [PATCH] Fix cut off register page --- frontend/src/App.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index b88d521..9d356c9 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1288,11 +1288,14 @@ html { /* Auth Pages */ .auth-container { min-height: 100vh; + height: 100vh; display: flex; - align-items: center; + align-items: flex-start; justify-content: center; - padding: 2rem; + padding: 1rem; background: radial-gradient(circle at top, #0f172a 0, #020617 55%); + overflow-y: auto; + overflow-x: hidden; } .auth-card { @@ -1303,6 +1306,8 @@ html { border-radius: 16px; padding: 2rem; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7); + margin: 2rem auto; + flex-shrink: 0; } .auth-title {