We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb17bf commit 6d36142Copy full SHA for 6d36142
1 file changed
src/components/Player.tsx
@@ -39,7 +39,7 @@ export default function Player() {
39
const pxOffset = slider.clientWidth * (percentage / 100);
40
(particles as HTMLElement).style.setProperty(
41
'--seek-particles-left',
42
- `${pxOffset}px`
+ `${pxOffset - 10}px` // -5 to put the dots into the track
43
);
44
}
45
0 commit comments