We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8543d06 commit 9fdaa89Copy full SHA for 9fdaa89
apps/website/components/Header.tsx
@@ -154,7 +154,7 @@ function MobileNavigation() {
154
155
export function Header() {
156
return (
157
- <header className="bg-background py-10">
+ <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">
158
<Container>
159
<nav className="relative z-50 flex justify-between">
160
<div className="flex items-center md:gap-x-12">
0 commit comments