Skip to content

Commit

Permalink
Merge pull request #357 from blackcandy-org/safari-progress-issue
Browse files Browse the repository at this point in the history
Fix style issue of player progress bar in Safari
  • Loading branch information
aidewoode committed Feb 28, 2024
2 parents 1e137a6 + 8f92c07 commit 1f9f7df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/components/_player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}

.c-player__progress progress {
appearance: none;
height: 2px;
border: 0 none;
background: var(--player-progress-bg-color);
Expand Down

0 comments on commit 1f9f7df

Please sign in to comment.