From e3a01b6be6fa077fa00c6c7245be7ba18b6e913c Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Sat, 18 Jul 2026 11:53:51 +0800 Subject: [PATCH] fix(landing): open Product dropdown below the navbar bottom line (#571) Anchor the Product menu panel below the navbar's bottom border line by bumping its top padding (pt-3 to pt-8). The panel was anchored to the button, landing 10px above the line, so the full-width navbar gradient line cut across the top of the open dropdown. --- apps/landing/src/components/Navbar.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/landing/src/components/Navbar.astro b/apps/landing/src/components/Navbar.astro index d88b8dec..311e04fe 100644 --- a/apps/landing/src/components/Navbar.astro +++ b/apps/landing/src/components/Navbar.astro @@ -58,7 +58,9 @@ const links: NavItem[] = [ {t(locale, "nav.product")} -