From c07efd1481ccf11e3cfadb64d7c1db2124bc5b89 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sun, 31 Aug 2025 10:51:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20scrolling=20when=20drawer?= =?UTF-8?q?=20is=20open?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header/Drawer.astro | 17 +++++++---------- src/layouts/Layout.astro | 12 +++++++++++- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/src/components/Header/Drawer.astro b/src/components/Header/Drawer.astro index b433cfb..cbf5c43 100644 --- a/src/components/Header/Drawer.astro +++ b/src/components/Header/Drawer.astro @@ -5,18 +5,15 @@ import CloseIcon from '../../assets/svg/xmark.svg'; import { navLinks } from '../../data/nav-links'; --- -
-
-
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7521559..c30928c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -30,7 +30,11 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown'; href={`${Astro.site}rss.xml`} />{`ghall.space - ${title}`} - +
@@ -38,3 +42,9 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown';