Fix header too low

This commit is contained in:
Nicolas Mowen 2024-10-07 07:06:45 -06:00
parent c50ec9b649
commit f2d7ffb4f3

View File

@ -91,7 +91,7 @@ export function MobilePageHeader({
return ( return (
<div <div
className={cn( className={cn(
"sticky top-0 z-50 mb-2 flex items-center justify-center bg-background p-4", "sticky -top-2 z-50 mb-2 flex items-center justify-center bg-background p-4",
className, className,
)} )}
{...props} {...props}