Skip to content

Commit

Permalink
fix: button now visible in mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmch committed Oct 13, 2023
1 parent d73f2d3 commit ba39900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReactPlayer/CustomBarControls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $withMuteControlWidth: 32px;
bottom: 0;
opacity: 0;
transition: opacity $animationDuration ease 3s;
z-index: 1;

&_shown {
opacity: 1;
Expand Down

0 comments on commit ba39900

Please sign in to comment.