Skip to content

Commit

Permalink
fix control bar z-index when an ad is loading
Browse files Browse the repository at this point in the history
  • Loading branch information
akashta committed Aug 29, 2018
1 parent 32a57e0 commit 323372d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/videojs.ima.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
text-shadow: 0 0 1em #fff;
}

.video-js.vjs-ad-playing .vjs-control-bar {
.video-js.vjs-ad-playing .vjs-control-bar,
.video-js.vjs-ad-loading .vjs-control-bar {
z-index: 1112;
}

Expand Down

0 comments on commit 323372d

Please sign in to comment.