浏览代码

Fix z-index issue in the profiler

Gaël Métais 10 年之前
父节点
当前提交
a6813a7ec1
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      front/src/css/timeline.css
  2. 1 1
      front/src/less/timeline.less

+ 1 - 1
front/src/css/timeline.css

@@ -224,7 +224,7 @@
   background: #EBD8E2;
   line-height: 1.3em;
   height: 1.3em;
-  z-index: 1;
+  z-index: 2;
 }
 .table .showingDetails .child span:hover {
   background: inherit;

+ 1 - 1
front/src/less/timeline.less

@@ -257,7 +257,7 @@
             background: #EBD8E2;
             line-height: 1.3em;
             height: 1.3em;
-            z-index: 1;
+            z-index: 2;
         }
     }
 }