This commit is contained in:
2026-02-25 07:33:49 +00:00
parent cf121e2fee
commit 05c5b648fa
+1 -1
View File
@@ -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 ? (