mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Fix header too low
This commit is contained in:
parent
c50ec9b649
commit
f2d7ffb4f3
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user