mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Set max height on list of cameras and labels
This commit is contained in:
parent
5b8eb9691f
commit
cf6947830e
@ -248,7 +248,7 @@ export function CamerasFilterButton({
|
|||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<div className="h-auto p-4 overflow-y-auto overflow-x-hidden">
|
<div className="h-auto max-h-[80dvh] p-4 overflow-y-auto overflow-x-hidden">
|
||||||
<FilterSwitch
|
<FilterSwitch
|
||||||
isChecked={currentCameras == undefined}
|
isChecked={currentCameras == undefined}
|
||||||
label="All Cameras"
|
label="All Cameras"
|
||||||
@ -571,7 +571,7 @@ export function GeneralFilterContent({
|
|||||||
}: GeneralFilterContentProps) {
|
}: GeneralFilterContentProps) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="h-auto overflow-y-auto overflow-x-hidden">
|
<div className="h-auto max-h-[80dvh] overflow-y-auto overflow-x-hidden">
|
||||||
<div className="flex justify-between items-center my-2.5">
|
<div className="flex justify-between items-center my-2.5">
|
||||||
<Label
|
<Label
|
||||||
className="mx-2 text-primary cursor-pointer"
|
className="mx-2 text-primary cursor-pointer"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user