From b7cdc3d4dba05b4021f870e713e7590afaa1fd01 Mon Sep 17 00:00:00 2001 From: waleed Date: Mon, 23 Mar 2026 11:22:40 -0700 Subject: [PATCH] fix(auth): use absolute positioning for Turnstile container h-0 w-0 overflow-hidden was clipping the iframe, preventing Turnstile from executing. absolute takes it out of flow without clipping, fixing both the layout gap and the captcha failure. --- apps/sim/app/(auth)/login/login-form.tsx | 2 +- apps/sim/app/(auth)/signup/signup-form.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sim/app/(auth)/login/login-form.tsx b/apps/sim/app/(auth)/login/login-form.tsx index f3e8a37d9af..125b61586c7 100644 --- a/apps/sim/app/(auth)/login/login-form.tsx +++ b/apps/sim/app/(auth)/login/login-form.tsx @@ -472,7 +472,7 @@ export default function LoginPage({ {turnstileSiteKey && ( -
+
{turnstileSiteKey && ( -
+