mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
add scrollbar container
This commit is contained in:
parent
b310fd3eb6
commit
e1dcb2643f
@ -340,7 +340,9 @@ export default function CameraWizardDialog({
|
|||||||
return (
|
return (
|
||||||
<Dialog open={open} onOpenChange={handleClose}>
|
<Dialog open={open} onOpenChange={handleClose}>
|
||||||
<DialogContent
|
<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) => {
|
onInteractOutside={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}}
|
}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user