From 0cb174bd214994d8bf16273e776d5105fb88f9e3 Mon Sep 17 00:00:00 2001 From: seaznCode Date: Fri, 3 Oct 2025 21:11:07 +0200 Subject: [PATCH] fix: scrolling is back lol --- src/app/components/PageLayout.tsx | 4 ++-- src/app/page.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/PageLayout.tsx b/src/app/components/PageLayout.tsx index 4124804..fe3d5b5 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 bd72322..999d31c 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) ... */}