From d22dc9374f7ddc9acfda334255f295d42c6c9922 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Tue, 12 Aug 2025 12:59:08 +0930 Subject: [PATCH] Better handle navbar scrolling --- src/components/Navbar.astro | 175 +++++++++++++++++++----------------- 1 file changed, 91 insertions(+), 84 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 43d94d1..dd93bd4 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -118,104 +118,111 @@ const { navbarDisplay = "normal" } = Astro.props as Props; > - -