From a6813a7ec10c04f3547349b7462bdc7597cb25bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 20 Mar 2015 11:28:49 +0100 Subject: [PATCH] Fix z-index issue in the profiler --- front/src/css/timeline.css | 2 +- front/src/less/timeline.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/css/timeline.css b/front/src/css/timeline.css index e5ba04b..2816533 100644 --- a/front/src/css/timeline.css +++ b/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; diff --git a/front/src/less/timeline.less b/front/src/less/timeline.less index 952c918..1968752 100644 --- a/front/src/less/timeline.less +++ b/front/src/less/timeline.less @@ -257,7 +257,7 @@ background: #EBD8E2; line-height: 1.3em; height: 1.3em; - z-index: 1; + z-index: 2; } } }