mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-22 08:57:20 -06: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
|
||||
ref={previewRowRef}
|
||||
className={cn(
|
||||
"flex gap-2 overflow-auto",
|
||||
"scrollbar-container flex gap-2 overflow-auto",
|
||||
mainCameraAspect == "tall"
|
||||
? "h-full w-72 flex-col"
|
||||
: `h-28 w-full`,
|
||||
|
Loading…
Reference in New Issue
Block a user