Browse Source

Fix body z-indexes

Jay Salvat 10 năm trước cách đây
mục cha
commit
b4a288afed
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {