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 e4eafa0 commit d263b84Copy full SHA for d263b84
src/components/Header/Header.tsx
@@ -16,7 +16,7 @@ const Header = React.forwardRef<HTMLDivElement, IHeader>((props, ref) => {
16
<header
17
ref={ref}
18
className={cn(
19
- 'bg-red-600 transition-all w-full flex items-center justify-between p-2 h-auto max-[300px]:flex-col max-[300px]:gap-2',
+ 'bg-red-600 fixed transition-all w-full flex items-center justify-between p-2 h-auto max-[300px]:flex-col max-[300px]:gap-2',
20
className
21
)}
22
{...rest}
0 commit comments