From 66bb86a5f286b40eb0cc7cbac8a82ad3d6336de2 Mon Sep 17 00:00:00 2001 From: Fringg Date: Sat, 7 Mar 2026 15:34:59 +0300 Subject: [PATCH] fix: allow animated background to show through on landing pages The root div had an opaque bg-dark-950 that covered the portal-rendered animated background at zIndex:-2. Remove the opaque background when background_config is present, matching the AppShell pattern. --- src/pages/QuickPurchase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/QuickPurchase.tsx b/src/pages/QuickPurchase.tsx index 5c6ae42..537f03e 100644 --- a/src/pages/QuickPurchase.tsx +++ b/src/pages/QuickPurchase.tsx @@ -963,7 +963,7 @@ export default function QuickPurchase() { const showTariffCards = visibleTariffs.length > 1; return ( -
+
{config.background_config && }
{/* Language switcher */}