فهرست منبع

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;
   background: #EBD8E2;
   line-height: 1.3em;
   line-height: 1.3em;
   height: 1.3em;
   height: 1.3em;
-  z-index: 1;
+  z-index: 2;
 }
 }
 .table .showingDetails .child span:hover {
 .table .showingDetails .child span:hover {
   background: inherit;
   background: inherit;

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

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