add scrollbar on ptz presets dropdown (#11276)

This commit is contained in:
Josh Hawkins 2024-05-07 07:27:20 -05:00 committed by GitHub
parent fc0f6d6095
commit a0da5018bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -545,7 +545,7 @@ function PtzControlPanel({
<BsThreeDotsVertical />
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent>
<DropdownMenuContent className="max-h-[40dvh] overflow-y-auto">
{ptz?.presets.map((preset) => {
return (
<DropdownMenuItem