diff --git a/web/src/components/settings/CameraWizardDialog.tsx b/web/src/components/settings/CameraWizardDialog.tsx index 7bffd772d..6f4d4921a 100644 --- a/web/src/components/settings/CameraWizardDialog.tsx +++ b/web/src/components/settings/CameraWizardDialog.tsx @@ -21,7 +21,6 @@ import type { ConfigSetBody, } from "@/types/cameraWizard"; import { processCameraName } from "@/utils/cameraUtil"; -import { isDesktop } from "react-device-detect"; import { cn } from "@/lib/utils"; type WizardState = { @@ -341,15 +340,7 @@ export default function CameraWizardDialog({ return ( 1 && "max-w-4xl", - )} + className={cn("max-h-[90dvh] max-w-3xl overflow-y-auto")} onInteractOutside={(e) => { e.preventDefault(); }}