From 05c5b648fa8ebd1830e435bd1c755b1a8415c3e5 Mon Sep 17 00:00:00 2001 From: Andre Padez Date: Wed, 25 Feb 2026 07:33:49 +0000 Subject: [PATCH] landing --- src/apps/landing/WaitlistForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/landing/WaitlistForm.tsx b/src/apps/landing/WaitlistForm.tsx index 6a1ccf95..aceb048a 100644 --- a/src/apps/landing/WaitlistForm.tsx +++ b/src/apps/landing/WaitlistForm.tsx @@ -72,7 +72,7 @@ export function WaitlistForm() { className="rounded-xl border-2 border-duck-dark/30 shadow-lg p-5 transition-all duration-300 ease-out" style={{ ...cardStyle, - ...(focused ? { position: 'fixed', bottom: '40%', top: 'auto', left: '50%', transform: 'translateX(-50%)', zIndex: 50, width: wrapperRef.current?.offsetWidth } : {}), + ...(focused && window.innerWidth < 768 ? { position: 'fixed', bottom: '40%', top: 'auto', left: '50%', transform: 'translateX(-50%)', zIndex: 50, width: wrapperRef.current?.offsetWidth } : {}), }} > {done ? (