From a3b8a0d7c8912292d7c8cfe09dc9f817622309fe Mon Sep 17 00:00:00 2001 From: Farruco Sanjurjo Date: Tue, 7 Sep 2010 13:16:36 +0200 Subject: [PATCH] Added a z-index property to .box class * This is done to simplify the UnlinkedDependencyComponent#isOverTask easier. This method checks if the mouse is over a task, and to be sure of that the task must be over anything on the ganttpanel * This commit must be done before (when I added the isOverTask) but I missed it :( FEA: ItEr02S03MigracionZK5 --- navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css | 1 + 1 file changed, 1 insertion(+) diff --git a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css index 09ab56b48..4cc2ece5e 100644 --- a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css +++ b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css @@ -159,6 +159,7 @@ text-align: center; vertical-align: middle; cursor: pointer; + z-index : 99; } /* Task lane properties */