From 8736b7ecf58fa103a62b250bdb3a39b6a734c1a9 Mon Sep 17 00:00:00 2001 From: Abiram070207 Date: Thu, 25 Jun 2026 05:51:51 +0530 Subject: [PATCH] design: constrain height and prevent vertical page scroll shifting --- frontend/src/pages/LoginPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx index 03525fd..58ab011 100644 --- a/frontend/src/pages/LoginPage.tsx +++ b/frontend/src/pages/LoginPage.tsx @@ -248,7 +248,7 @@ export const LoginPage: React.FC = () => { const RIT_BLUE_HOVER = 'hover:bg-[#003366]'; return ( -
+
{/* Left Column: Branding (hidden on mobile, 55% width on desktop) */}