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; } } }