Skip to content

Commit

Permalink
fix(FEC-8024): black screen on replay - ie11 (#206)
Browse files Browse the repository at this point in the history
decrease the .pre-playback-play-button z-index to 1
  • Loading branch information
yairans committed Mar 18, 2018
1 parent 3c2b87d commit cccbb30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.pre-playback-play-button {
z-index: 10;
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
Expand Down

0 comments on commit cccbb30

Please sign in to comment.