1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

Added z-index to prevent anything from being over the video.

This commit is contained in:
Steve Heffernan 2010-05-21 19:48:41 -07:00
parent 8d662f01d8
commit 46a2340aab

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 */