mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
ensure header stays on top of video controls
This commit is contained in:
parent
63b2384d87
commit
fefb264e55
@ -596,7 +596,7 @@ export default function SearchDetailDialog({
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Header className={cn(!isDesktop && "top-0 mb-0")}>
|
<Header className={cn(!isDesktop && "top-0 z-[60] mb-0")}>
|
||||||
<Title>{t("trackedObjectDetails")}</Title>
|
<Title>{t("trackedObjectDetails")}</Title>
|
||||||
<Description className="sr-only">
|
<Description className="sr-only">
|
||||||
{t("trackedObjectDetails")}
|
{t("trackedObjectDetails")}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user