Add scrollbar class to preview row/column (#11890)

This commit is contained in:
Josh Hawkins 2024-06-11 13:45:45 -05:00 committed by GitHub
parent a8e901b63c
commit 272a21ffab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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