We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba7c62 commit c2adc59Copy full SHA for c2adc59
1 file changed
frontend/src/components/ui/page-header.tsx
@@ -11,7 +11,7 @@ export const PageHeader = React.forwardRef<HTMLElement, PageHeaderProps>(
11
<header
12
ref={ref}
13
className={cn(
14
- "sticky top-0 z-10 bg-gradient-to-b from-background via-background to-background backdrop-blur-sm pt-safe",
+ "sticky top-0 z-10 bg-transparent pt-safe",
15
className
16
)}
17
{...props}
0 commit comments