From 0e7d2d41dcd357046416efe5ee2ff650410a5a0e Mon Sep 17 00:00:00 2001 From: seaznCode Date: Fri, 3 Oct 2025 21:08:13 +0200 Subject: [PATCH] fix: double scrollbar + margins --- src/app/components/PageLayout.tsx | 4 ++-- src/app/page.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/components/PageLayout.tsx b/src/app/components/PageLayout.tsx index 91936f5..4124804 100644 --- a/src/app/components/PageLayout.tsx +++ b/src/app/components/PageLayout.tsx @@ -25,7 +25,7 @@ export default function PageLayout({ const isMobile = isMobileDevice(); return ( -
+
{showHeader && (
@@ -34,7 +34,7 @@ export default function PageLayout({ )} {/* Main content */} -
+
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx index 70aa62e..bd72322 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ export default function HomePage() { {/* Hero Section */}
{/* ...existing code (pattern SVG + blurred polygon) ... */} {/* Background layering */} -
+
{/* ...existing code (absolute layers) ... */}