Update search header to remove sticky positioning
Removes the `sticky top-0 z-50` CSS properties from the search header component in `client/src/components/search-header.tsx`. 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:
parent
926d0eaf16
commit
a573f504c0
@ -46,7 +46,7 @@ export default function SearchHeader({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="border-b border-white/5 bg-black/10 backdrop-blur-sm sticky top-0 z-50 relative overflow-hidden">
|
||||
<div className="border-b border-white/5 bg-black/10 backdrop-blur-sm relative overflow-hidden">
|
||||
|
||||
|
||||
{/* Static triangle decorations - fixed positioning */}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user