mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Revert "add scrollbar on ptz presets dropdown"
This reverts commit 2cee93dc3e.
This commit is contained in:
parent
75e23fbd75
commit
5dfddedac5
@ -545,7 +545,7 @@ function PtzControlPanel({
|
||||
<BsThreeDotsVertical />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent className="max-h-[40dvh] overflow-y-auto">
|
||||
<DropdownMenuContent>
|
||||
{ptz?.presets.map((preset) => {
|
||||
return (
|
||||
<DropdownMenuItem
|
||||
|
||||
Loading…
Reference in New Issue
Block a user