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
This commit is contained in:
sebastjanartic 2025-08-30 20:48:43 +00:00
parent a39bfcdba4
commit a953ab5f2f

View File

@ -46,7 +46,7 @@ export default function SearchHeader({
}; };
return ( return (
<div className="border-b border-white/5 bg-black/5 backdrop-blur-sm sticky top-0 z-50 relative overflow-hidden"> <div className="border-b border-white/5 bg-transparent backdrop-blur-sm relative overflow-hidden">
{/* Static triangle decorations - fixed positioning */} {/* Static triangle decorations - fixed positioning */}