From 96eb60cba348b5dce2f6baf39d7e61d196fb8ab9 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Fri, 21 May 2010 19:47:50 -0700 Subject: [PATCH] Added z-index to video-box to prevent anything from overlaying it. --- index.html | 16 ++++++++-------- video-js/video-js.css | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index a4f0c9ea9..735b23761 100644 --- a/index.html +++ b/index.html @@ -129,14 +129,14 @@ diff --git a/video-js/video-js.css b/video-js/video-js.css index c07a0228d..f5abc29d5 100644 --- a/video-js/video-js.css +++ b/video-js/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 */