Make the search header sticky to keep it visible

Update client/src/components/search-header.tsx to make the SearchHeader component sticky at the top of the viewport.

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:47:44 +00:00
parent a573f504c0
commit a39bfcdba4

View File

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