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 2086245 commit 7ed7a86Copy full SHA for 7ed7a86
src/components/app/header.tsx
@@ -137,13 +137,12 @@ export const AppHeader = () => {
137
window.removeEventListener('scroll', handleScroll, { capture: true })
138
}
139
}, [])
140
-
141
return (
142
<header
143
className={cn(
144
- 'relative flex items-center justify-between px-4 py-2 transition-all duration-100',
+ 'relative flex items-center justify-between border-b border-transparent px-4 py-2 transition-all duration-100',
145
isScrolled &&
146
- 'bg-background/80 supports-backdrop-filter:bg-background/60 border-b shadow-sm backdrop-blur-md'
+ 'bg-background/80 supports-backdrop-filter:bg-background/60 border-border shadow-sm backdrop-blur-md'
147
)}
148
>
149
<BrandLink onClick={() => setMenuOpen(false)} />
0 commit comments