mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-04-01 01:17:00 +02:00
Make face library scrollable
This commit is contained in:
parent
c28a0ed9a3
commit
909444dacf
@ -122,7 +122,7 @@ export default function FaceLibrary() {
|
||||
</ScrollArea>
|
||||
</div>
|
||||
{pageToggle && (
|
||||
<div className="flex flex-wrap gap-2">
|
||||
<div className="scrollbar-container flex flex-wrap gap-2 overflow-y-scroll">
|
||||
{faceImages.map((image: string) => (
|
||||
<FaceImage key={image} name={pageToggle} image={image} />
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user