* fix getting device from empty list

* Overwrite all fields

* Fix header too low
This commit is contained in:
Nicolas Mowen
2024-10-07 07:18:09 -06:00
committed by GitHub
parent dcaed0e90f
commit 74047453ef
3 changed files with 10 additions and 2 deletions

View File

@@ -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}