Browse Source

Higher z-index for the Jtalk IDE

Nicolas Petton 14 years ago
parent
commit
dbaa9ccae8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      css/jtalk.css

+ 2 - 1
css/jtalk.css

@@ -8,7 +8,7 @@ body.jtalkBody {
     font-size: 12px;
     line-height: 1;
     background: white;
-    z-index: 1;
+    z-index: 1001;
     bottom: 0;
     left: 0;
     right: 0;
@@ -92,6 +92,7 @@ body.jtalkBody {
     bottom: 0;
     left: 0;
     top: 4px;
+    z-index: 1000;
 }
 
 .jtalkTool .jt_box {