Skip to content

Commit

Permalink
Remove z-index on big play button
Browse files Browse the repository at this point in the history
This was interfering with some internal BCOV plugins and doesn't seem to
be necessary in video.js proper.
  • Loading branch information
misteroneill committed Oct 28, 2015
1 parent 51f1863 commit 906268c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/components/_big-play.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: $big-play-button--height;
width: $big-play-button--width; // Firefox bug: For some reason without width the icon wouldn't show up. Switched to using width and removed padding.
display: block;
z-index: 2;
position: absolute;
top: 10px;
left: 10px;
Expand Down

0 comments on commit 906268c

Please sign in to comment.