From 7c45e9a868eef0d412d4d920d64baf7f455fcb2b Mon Sep 17 00:00:00 2001 From: v0 Date: Wed, 4 Feb 2026 15:21:03 +0000 Subject: [PATCH] fix: resolve z-index and background issues for canvas visibility Remove opaque background, adjust z-index, and add base color for proper theming. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- app/page.tsx | 8 ++++---- components/tech-background.tsx | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 18a992e..1739347 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -641,10 +641,10 @@ export default function TwoFactorAuth() { } return ( -
+
{/* Header */} -
+
@@ -749,7 +749,7 @@ export default function TwoFactorAuth() {
{/* Main Content */} -
+
{/* Timer Progress */}
@@ -1092,7 +1092,7 @@ export default function TwoFactorAuth() { {/* Footer */} -