Skip to content

Commit

Permalink
Show cuepoints
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Dec 17, 2024
1 parent 930d5fb commit 62a4146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/PlayerControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Controls() {
return null;
}
return (
<div className="flex flex-col gap-2">
<div className="flex flex-col gap-2 overflow-hidden">
<Timing />
<Seekbar />
<CuePoints />
Expand Down

0 comments on commit 62a4146

Please sign in to comment.