1
0
Quellcode durchsuchen

Higher z-index for the Jtalk IDE

Nicolas Petton vor 14 Jahren
Ursprung
Commit
dbaa9ccae8
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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 {