From a953ab5f2fc00ef4322ab3f9a0dd28d1c4da11c9 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 20:48:43 +0000 Subject: [PATCH] Make the search header transparent and sticky Update the `SearchHeader` component's CSS class to `bg-transparent` and remove the `sticky top-0 z-50 relative` positioning, allowing it to blend seamlessly with the page content. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/izllXJt --- client/src/components/search-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/search-header.tsx b/client/src/components/search-header.tsx index 3d8649d..c5a52a4 100644 --- a/client/src/components/search-header.tsx +++ b/client/src/components/search-header.tsx @@ -46,7 +46,7 @@ export default function SearchHeader({ }; return ( -
+
{/* Static triangle decorations - fixed positioning */}