mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix camera list not scrolling (#10713)
This commit is contained in:
parent
4e800e19ff
commit
f3abc590e7
@ -27,7 +27,7 @@ export default function MobileCameraDrawer({
|
|||||||
<FaVideo className="text-muted-foreground" />
|
<FaVideo className="text-muted-foreground" />
|
||||||
</Button>
|
</Button>
|
||||||
</DrawerTrigger>
|
</DrawerTrigger>
|
||||||
<DrawerContent className="max-h-[75dvh] overflow-hidden flex flex-col items-center gap-2 px-4 pb-4 mx-1 rounded-t-2xl">
|
<DrawerContent className="max-h-[75dvh] overflow-y-auto flex flex-col items-center gap-2 px-4 pb-4 mx-1 rounded-t-2xl">
|
||||||
{allCameras.map((cam) => (
|
{allCameras.map((cam) => (
|
||||||
<div
|
<div
|
||||||
key={cam}
|
key={cam}
|
||||||
|
Loading…
Reference in New Issue
Block a user