mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
add scrollbar container
This commit is contained in:
parent
b310fd3eb6
commit
e1dcb2643f
@ -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();
|
||||
}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user