Add scrollbar class to preview row/column

This commit is contained in:
Josh Hawkins 2024-06-11 13:33:59 -05:00
parent a8e901b63c
commit 57e1540182

View File

@ -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`,