mirror of
https://github.com/videojs/video.js.git
synced 2025-01-13 10:32:26 +02:00
Added z-index to prevent anything from being over the video.
This commit is contained in:
parent
8d662f01d8
commit
46a2340aab
@ -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; }
|
.video-js { background-color: #000; }
|
||||||
|
|
||||||
/* General controls styles */
|
/* General controls styles */
|
||||||
|
Loading…
Reference in New Issue
Block a user