From 17dc330b99aba32fc9dcce071531d4dc0620145b Mon Sep 17 00:00:00 2001 From: Kevin Riehl Date: Wed, 11 Mar 2026 21:49:06 -0700 Subject: [PATCH] Lock viewport height and prevent outer scroll when noPadding is set --- src/components/layout/PageLayout.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/layout/PageLayout.tsx b/src/components/layout/PageLayout.tsx index d92b31d..40a7636 100644 --- a/src/components/layout/PageLayout.tsx +++ b/src/components/layout/PageLayout.tsx @@ -38,7 +38,10 @@ export default function PageLayout({ const [open, setOpen] = useState(false); return ( -
+
@@ -188,7 +191,7 @@ export default function PageLayout({
-
+
{children}