Skip to content

Commit 9fdaa89

Browse files
author
Mauricio Siu
committed
style: update Header component for improved sticky behavior and visual clarity
1 parent 8543d06 commit 9fdaa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function MobileNavigation() {
154154

155155
export function Header() {
156156
return (
157-
<header className="bg-background py-10">
157+
<header className="sticky top-0 z-50 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 border-b border-border/40 py-5">
158158
<Container>
159159
<nav className="relative z-50 flex justify-between">
160160
<div className="flex items-center md:gap-x-12">

0 commit comments

Comments
 (0)