Skip to content

Commit

Permalink
Merge pull request #3722 from Bnyro/master
Browse files Browse the repository at this point in the history
fix: duplicated time indicator when scrubbing seek bar
  • Loading branch information
Bnyro committed Jul 17, 2024
2 parents 2b75ea8 + 4d2c476 commit 75e08a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,10 @@ export default {
padding: 0.09em 0;
}

#shaka-player-ui-time-container {
display: none !important;
}

.skip-segment-button {
/* position button above player overlay */
z-index: 1000;
Expand Down

0 comments on commit 75e08a3

Please sign in to comment.