1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00

Added z-index to video-box to prevent anything from overlaying it.

This commit is contained in:
Steve Heffernan 2010-05-21 19:47:50 -07:00
parent 60af6bcd63
commit 96eb60cba3
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.video-js-box { text-align: left; position: relative; }
.video-js-box { text-align: left; position: relative; z-index: 1000; }
.video-js { background-color: #000; }
/* General controls styles */