forked from Github/frigate
Use modal on dropdowns for mobile only (#11993)
This commit is contained in:
@@ -620,7 +620,7 @@ function PtzControlPanel({
|
||||
</>
|
||||
)}
|
||||
{(ptz?.presets?.length ?? 0) > 0 && (
|
||||
<DropdownMenu modal={false}>
|
||||
<DropdownMenu modal={!isDesktop}>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<Button>
|
||||
<BsThreeDotsVertical />
|
||||
|
||||
Reference in New Issue
Block a user