Skip to content

Commit

Permalink
Fix style issue of player progress bar in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Feb 28, 2024
1 parent 1e137a6 commit 8f92c07
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 8f92c07

Please sign in to comment.