From a2b99554be4fce46f28b5b77d29f73844896b4ef Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 02:15:08 +0000 Subject: [PATCH] Remove nav scrollbar and allow clean wrapping in header cgen-78b33e9abe6f4bf99acc5a6f51211401 --- client/components/Layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 7329d094..5ebcfdd6 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -74,7 +74,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { return (
-
+
{/* Logo */}
@@ -90,15 +90,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { {/* Navigation */} -