mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00: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>
|
||||
<Description className="sr-only">
|
||||
{t("trackedObjectDetails")}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user