mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
add scrollbar on ptz presets dropdown (#11276)
This commit is contained in:
parent
fc0f6d6095
commit
a0da5018bf
@ -545,7 +545,7 @@ function PtzControlPanel({
|
||||
<BsThreeDotsVertical />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent>
|
||||
<DropdownMenuContent className="max-h-[40dvh] overflow-y-auto">
|
||||
{ptz?.presets.map((preset) => {
|
||||
return (
|
||||
<DropdownMenuItem
|
||||
|
Loading…
Reference in New Issue
Block a user