add scrollbar container

This commit is contained in:
Josh Hawkins 2025-11-10 14:38:12 -06:00
parent b310fd3eb6
commit e1dcb2643f

View File

@ -340,7 +340,9 @@ export default function CameraWizardDialog({
return (
<Dialog open={open} onOpenChange={handleClose}>
<DialogContent
className={cn("max-h-[90dvh] max-w-3xl overflow-y-auto")}
className={cn(
"scrollbar-container max-h-[90dvh] max-w-3xl overflow-y-auto",
)}
onInteractOutside={(e) => {
e.preventDefault();
}}