From 47a83c71b392feacca96e6f27f686d912810c91c Mon Sep 17 00:00:00 2001 From: Kyle Loveless Date: Fri, 11 Oct 2024 14:56:25 -0500 Subject: [PATCH] fix ghosting on pull down..? --- islands/site-header.tsx | 60 +++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/islands/site-header.tsx b/islands/site-header.tsx index 3e67050..d84efb9 100644 --- a/islands/site-header.tsx +++ b/islands/site-header.tsx @@ -58,36 +58,38 @@ export default function SiteHeader({ children }: Props) { -
-
- - {links} + {showMenu && ( +
+
+ + {links} +
-
+ )} {/* Backdrop */}