Skip to content

Commit

Permalink
Add scrollbar class to preview row/column (#11890)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed Jun 11, 2024
1 parent a8e901b commit 272a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/events/RecordingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 272a21f

Please sign in to comment.