mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add scrollbar class to preview row/column (#11890)
This commit is contained in:
parent
a8e901b63c
commit
272a21ffab
@ -525,7 +525,7 @@ export function RecordingView({
|
|||||||
<div
|
<div
|
||||||
ref={previewRowRef}
|
ref={previewRowRef}
|
||||||
className={cn(
|
className={cn(
|
||||||
"flex gap-2 overflow-auto",
|
"scrollbar-container flex gap-2 overflow-auto",
|
||||||
mainCameraAspect == "tall"
|
mainCameraAspect == "tall"
|
||||||
? "h-full w-72 flex-col"
|
? "h-full w-72 flex-col"
|
||||||
: `h-28 w-full`,
|
: `h-28 w-full`,
|
||||||
|
Loading…
Reference in New Issue
Block a user