From 46a2340aab0cad00ae2f18d0f215c5d4b429faa6 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Fri, 21 May 2010 19:48:41 -0700 Subject: [PATCH] Added z-index to prevent anything from being over the video. --- video-js.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video-js.css b/video-js.css index c07a0228d..f5abc29d5 100644 --- a/video-js.css +++ b/video-js.css @@ -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 */