forked from Github/frigate
Bug Fixes (#14193)
* fix getting device from empty list * Overwrite all fields * Fix header too low
This commit is contained in:
@@ -91,7 +91,7 @@ export function MobilePageHeader({
|
||||
return (
|
||||
<div
|
||||
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,
|
||||
)}
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user