From e5ac1893dc7331f660e368f02e17fc577ff6c533 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 26 Mar 2026 23:17:18 +0100 Subject: [PATCH] fix: lock left panel, only right side scrolls --- app/checkout/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/checkout/page.tsx b/app/checkout/page.tsx index 2db9cc9..43bf9c3 100644 --- a/app/checkout/page.tsx +++ b/app/checkout/page.tsx @@ -172,14 +172,14 @@ function CheckoutContent() { const pageviewLimit = Number(limit) return ( -
+
{/* Left — Feature slideshow (hidden on mobile) */} -
+
- {/* Right — Payment */} -
+ {/* Right — Payment (scrollable) */} +
{/* Header */}