Browse Source

Fix body z-indexes

Jay Salvat 10 years ago
parent
commit
b4a288afed
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/vegas.css

+ 2 - 0
src/vegas.css

@@ -45,11 +45,13 @@
 body.vegas-container {
     overflow: auto;
     position: static;
+    z-index: -2;
 }
     body.vegas-container > .vegas-timer,
     body.vegas-container > .vegas-overlay,
     body.vegas-container > .vegas-slide {
         position: fixed;
+        z-index: -1;
     }
 
 .vegas-video {