Fix z-index issue in the profiler

This commit is contained in:
Gaël Métais
2015-03-20 11:28:49 +01:00
parent 7a1bc282e9
commit a6813a7ec1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -257,7 +257,7 @@
background: #EBD8E2;
line-height: 1.3em;
height: 1.3em;
z-index: 1;
z-index: 2;
}
}
}