Skip to content

Commit

Permalink
Revert "add scrollbar on ptz presets dropdown"
Browse files Browse the repository at this point in the history
This reverts commit 2cee93d.
  • Loading branch information
hawkeye217 committed May 7, 2024
1 parent 75e23fb commit 5dfdded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/live/LiveCameraView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ function PtzControlPanel({
<BsThreeDotsVertical />
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent className="max-h-[40dvh] overflow-y-auto">
<DropdownMenuContent>
{ptz?.presets.map((preset) => {
return (
<DropdownMenuItem
Expand Down

0 comments on commit 5dfdded

Please sign in to comment.