mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Fix mobile overflow
This commit is contained in:
parent
dc360e357a
commit
fc27aacd81
@ -568,7 +568,7 @@ export function CameraGroupEdit({
|
||||
/>
|
||||
|
||||
<Separator className="flex my-2 bg-secondary" />
|
||||
<div className="max-h-[40dvh] overflow-y-auto">
|
||||
<div className="max-h-[25dvh] md:max-h-[40dvh] overflow-y-auto">
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="cameras"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user