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:
parent
60af6bcd63
commit
96eb60cba3
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user