소스 검색

Higher z-index for the Jtalk IDE

Nicolas Petton 14 년 전
부모
커밋
dbaa9ccae8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 {